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