Files
orion/app/routes/__init__.py

9 lines
110 B
Python

# app/routes/__init__.py
"""
Frontend route handlers.
"""
from .frontend import router
__all__ = ["router"]