MaxKB/apps/dataset/views/__init__.py
shaohuzhang1 c1e1a19a42
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
feat: 添加文件上传接口 (#712)
2024-07-05 19:02:20 +08:00

15 lines
260 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 *
from .image import *
from .file import *