mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
12 lines
221 B
Python
12 lines
221 B
Python
# coding=utf-8
|
||
"""
|
||
@project: maxkb
|
||
@Author:虎
|
||
@file: __init__.py
|
||
@date:2023/9/25 15:04
|
||
@desc:
|
||
"""
|
||
from .team_management import *
|
||
from .model_management import *
|
||
from .system_management import *
|