9 lines
No EOL
209 B
Python
9 lines
No EOL
209 B
Python
from schemas.tiers.tiers import (TiersDetails,)
|
|
from schemas.tiers.type_tiers import (TypeTiers,)
|
|
from schemas.tiers.contact import (Contact,)
|
|
|
|
__all__ = [
|
|
"TiersDetails",
|
|
"Contact",
|
|
"TypeTiers",
|
|
] |