11 lines
171 B
Python
11 lines
171 B
Python
|
|
# coding=utf-8
|
|||
|
|
"""
|
|||
|
|
@project: maxkb
|
|||
|
|
@Author:虎
|
|||
|
|
@file: __init__.py
|
|||
|
|
@date:2023/9/21 9:32
|
|||
|
|
@desc:
|
|||
|
|
"""
|
|||
|
|
from .dataset import *
|
|||
|
|
from .document import *
|