modcomms/backend/app/api/__init__.py
2025-12-18 16:51:27 +00:00

3 lines
56 B
Python
Executable file

from app.api.routes import router
__all__ = ["router"]