mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-25 14:19:01 +00:00
8 lines
248 B
Python
8 lines
248 B
Python
# flake8: noqa F401
|
|
from .auth import auth_blueprint
|
|
from .main import main_blueprint
|
|
from .user import bp as user_blueprint
|
|
from .book import bp as book_blueprint
|
|
from .home import bp as home_blueprint
|
|
from .section import bp as section_blueprint
|