10 lines
172 B
Python
10 lines
172 B
Python
|
|
# coding=utf-8
|
|||
|
|
"""
|
|||
|
|
@project: MaxKB
|
|||
|
|
@Author:虎虎
|
|||
|
|
@file: __init__.py.py
|
|||
|
|
@date:2025/4/16 18:23
|
|||
|
|
@desc:
|
|||
|
|
"""
|
|||
|
|
from .workspace_user_permission import *
|