12 lines
417 B
Python
Raw Normal View History

2023-06-08 14:35:40 +03:00
# flake8: noqa F401
from .custom_admin_index_view import CustomAdminIndexView
from .protected_model_view import ProtectedModelView
from .user import UsersView
from .book import BooksView
from .collection import CollectionsView
from .section import SectionsView
from .interpretation import InterpretationView
from .comment import CommentView
from .tag import TagView
2023-06-09 16:36:09 +03:00
from .book_contributors import BookContributorView