from .default import default_blueprint from .auth import auth_blueprint from .user import user_blueprint from .swagger import swagger_blueprint