UnisKB/apps/system_manage/models/__init__.py

11 lines
202 B
Python
Raw Normal View History

2025-04-16 12:09:00 +00:00
# coding=utf-8
"""
@project: MaxKB
@Author虎虎
@file __init__.py.py
@date2025/4/16 18:23
@desc:
"""
from .workspace_user_permission import *
2025-04-17 10:01:33 +00:00
from .system_setting import *