This commit is contained in:
Bernhard Radermacher (hakisto)
2025-08-31 18:42:46 +02:00
parent bd510016de
commit eb1d8d793c
6 changed files with 356 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
from .contact import router as contact
from .country import router as country
from .location_code import router as location_code
# 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