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