UnisKB/apps/setting/models/__init__.py

11 lines
188 B
Python
Raw Normal View History

# coding=utf-8
"""
@project: maxkb
@Author
@file __init__.py
@date2023/9/25 15:04
@desc:
"""
from .team_management import *
from .model_management import *