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

6 lines
199 B
Python
Raw Normal View History

2025-08-30 10:06:47 +02:00
from .contact import router as contact
2025-08-31 07:53:17 +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