mirror of
https://github.com/langgenius/dify.git
synced 2026-07-16 01:48:40 +08:00
4 lines
116 B
Python
4 lines
116 B
Python
from core.rbac.entities import RBACPermission, RBACResourceScope
|
|
|
|
__all__ = ["RBACPermission", "RBACResourceScope"]
|