open-law/app/views/book/__init__.py

11 lines
188 B
Python
Raw Normal View History

2023-05-17 16:21:53 +00:00
# flake8: noqa F401
from .bp import bp
# views
from . import book
from . import collection
from . import settings
from . import section
from . import interpretation
from . import comment