UnisKB/apps/dataset/views/__init__.py

13 lines
219 B
Python
Raw Normal View History

# coding=utf-8
"""
@project: maxkb
@Author
@file __init__.py
@date2023/9/21 9:32
@desc:
"""
from .dataset import *
from .document import *
from .paragraph import *
from .problem import *