skillbox/server/books/schema/nodes/__init__.py

8 lines
143 B
Python

from .chapter import *
from .module import *
from .content import *
from .snapshot import *
from .topic import *
from .wagtail_image import *