MaxKB/apps/knowledge/views/__init__.py

6 lines
117 B
Python

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