maxkb/apps/knowledge/views/__init__.py
2025-06-06 11:42:31 +08:00

5 lines
97 B
Python

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