re-uploading work
This commit is contained in:
8
tests/generated_client/models/enforcement_condition.py
Normal file
8
tests/generated_client/models/enforcement_condition.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from enum import Enum
|
||||
|
||||
class EnforcementCondition(str, Enum):
|
||||
ALL = "All"
|
||||
ANY = "Any"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return str(self.value)
|
||||
Reference in New Issue
Block a user