7 lines
No EOL
149 B
Python
7 lines
No EOL
149 B
Python
from schemas.tiers.tiers import (TiersDetails,)
|
|
from schemas.tiers.type_tiers import (TypeTiers,)
|
|
|
|
__all__ = [
|
|
"TiersDetails",
|
|
"TypeTiers",
|
|
] |