7 lines
112 B
Python
7 lines
112 B
Python
"""Dashboard permission scope constants."""
|
|
|
|
READ_SCOPE = "dashboard:dashboard:read"
|
|
|
|
|
|
__all__ = ["READ_SCOPE"]
|