This commit is contained in:
eric
2026-03-31 12:45:04 -05:00
parent 850f696317
commit 99816764b5
5 changed files with 849 additions and 1 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 .chatbot import router as chatbot_router
__all__ = [
"nomadvip_router",
@@ -22,4 +23,5 @@ __all__ = [
"legacy_router",
"common_router",
"meetup_router",
"chatbot_router",
]