Files
vpsx-fast/app/routers/__init__.py
Bernhard Radermacher (hakisto) eb1d8d793c wip
2025-08-31 18:42:46 +02:00

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