open-law/app/views/book/__init__.py
2023-06-12 15:18:21 +03:00

12 lines
210 B
Python

# 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
from . import version