Files
vpsx-fast/app/routers/__init__.py
Bernhard Radermacher (hakisto) 5614ecbba6 contact working
2025-08-30 10:06:47 +02:00

4 lines
109 B
Python

from .contact import router as contact
from .status import router as status
from .user import router as user