open-law/app/views/__init__.py

5 lines
125 B
Python

# flake8: noqa F401
from .auth import auth_blueprint
from .main import main_blueprint
from .user import bp as user_blueprint