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