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