from .upload import bp as upload_bp from .file_access import bp as file_access_bp __all__ = ["upload_bp", "file_access_bp"]