MaxKB/apps/knowledge/views/__init__.py

6 lines
116 B
Python

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