Files
judas_server/src/judas_server/web/routes/__init__.py

6 lines
129 B
Python

from .auth import auth_bp
from .index import index_bp
from .panel import panel_bp
__all__ = ["auth_bp", "index_bp", "panel_bp"]