This commit is contained in:
Bernhard Radermacher (hakisto)
2025-08-31 07:53:17 +02:00
parent 5614ecbba6
commit bd510016de
12 changed files with 404 additions and 74 deletions

View File

@@ -1,3 +1,5 @@
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