UnisKB/apps/system_manage/views/__init__.py

12 lines
230 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 19:07
@desc:
"""
2025-05-06 10:35:11 +00:00
from .user_resource_permission import *
2025-05-07 10:09:45 +00:00
from .email_setting import *
2025-06-04 09:16:35 +00:00
from .system_profile import *