This commit is contained in:
eric
2026-03-15 04:26:05 -05:00
parent fcf990c133
commit 18d098f5f8
34 changed files with 1300 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ from .nomadlms import router as nomadlms_router
from .legacy import router as legacy_router
from .common import router as common_router
from .meetup import router as meetup_router
from .community import router as community_router
__all__ = [
"nomadvip_router",
@@ -22,4 +23,5 @@ __all__ = [
"legacy_router",
"common_router",
"meetup_router",
"community_router",
]