mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-14 17:21:25 +00:00
4 lines
73 B
Python
4 lines
73 B
Python
ADMIN = "admin"
|
|
ELEVATED = "elevated"
|
|
POSSIBLE_ROLES = [ADMIN, ELEVATED]
|