UnisKB/apps/setting/models/__init__.py

12 lines
221 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 *
2024-03-19 12:38:28 +00:00
from .system_management import *