MaxKB/apps/knowledge/views/__init__.py

5 lines
97 B
Python

from .document import *
from .knowledge import *
from .paragraph import *
from .problem import *