"""Routes package""" # Blueprints are imported here for registration in the app factory from app.routes import submission, dashboard, admin, auth __all__ = ['submission', 'dashboard', 'admin', 'auth']