UnisKB/apps/system_manage/models/__init__.py

15 lines
327 B
Python
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# coding=utf-8
"""
@project: MaxKB
@Author虎虎
@file __init__.py.py
@date2025/4/16 18:23
@desc:
"""
from .workspace_user_permission import *
from .system_setting import *
from .log_management import *
from .chat_user import *
from .user_menu_setting import *
from .access_control_policy import *