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

7 lines
114 B
Python

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