6 lines
243 B
Python
6 lines
243 B
Python
from .contact import router as contact
|
|
# from .country import router as country
|
|
# from .location_code import router as location_code
|
|
from .status import router as status
|
|
from .user import router as user
|
|
from .location import router as location |