2023-06-09 16:36:09 +03:00

12 lines
417 B
Python

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