7 lines
84 B
Python
7 lines
84 B
Python
from enum import Enum
|
|
|
|
|
|
class SeatAccess(Enum):
|
|
seatd = 'seatd'
|
|
polkit = 'polkit'
|