mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-09 22:35:50 +00:00
13 lines
229 B
Python
13 lines
229 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
|
|
from . import fork
|