def register(app): """Register submission routes & blueprint.""" from .routes import bp as submissions_bp app.register_blueprint(submissions_bp)