Files
vpsx-fast/app/routers/__init__.py

6 lines
243 B
Python
Raw Permalink Normal View History

2025-08-30 10:06:47 +02:00
from .contact import router as contact
2025-08-31 18:42:46 +02:00
# from .country import router as country
# from .location_code import router as location_code
2025-08-29 18:19:46 +02:00
from .status import router as status
from .user import router as user
2025-08-31 18:42:46 +02:00
from .location import router as location