mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-04 02:56:35 +00:00
5 lines
125 B
Python
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
|