mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:32:48 +00:00
15 lines
260 B
Python
15 lines
260 B
Python
# coding=utf-8
|
||
"""
|
||
@project: maxkb
|
||
@Author:虎
|
||
@file: __init__.py
|
||
@date:2023/9/21 9:32
|
||
@desc:
|
||
"""
|
||
from .dataset import *
|
||
from .document import *
|
||
from .paragraph import *
|
||
from .problem import *
|
||
from .image import *
|
||
from .file import *
|