mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:32:48 +00:00
12 lines
256 B
Python
12 lines
256 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎虎
|
||
@file: __init__.py.py
|
||
@date:2025/4/16 18:23
|
||
@desc:
|
||
"""
|
||
from .workspace_user_permission import *
|
||
from .system_setting import *
|
||
from .log_management import *
|
||
from .chat_user import * |