Files
vpn/app/routers/__init__.py
T
test2andCursor bbff3cb10b first commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 20:36:00 +03:00

4 lines
83 B
Python

from app.routers import admin, auth, public
__all__ = ["admin", "auth", "public"]