mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 05:42:51 +00:00
12 lines
230 B
Python
12 lines
230 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎虎
|
||
@file: __init__.py.py
|
||
@date:2025/4/16 19:07
|
||
@desc:
|
||
"""
|
||
from .user_resource_permission import *
|
||
from .email_setting import *
|
||
from .system_profile import *
|