skillbox/server/books/models/__init__.py

8 lines
169 B
Python

from .book import *
from .module import *
from .topic import *
from .chapter import *
from .contentblock import *
from .snapshot import *
from .custom_document import *