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