Initial
This commit is contained in:
9
example/cashbag_conform/enum.py
Normal file
9
example/cashbag_conform/enum.py
Normal file
@ -0,0 +1,9 @@
|
||||
from enum import StrEnum
|
||||
|
||||
from televend_core.databases.enum import EnumMixin
|
||||
|
||||
|
||||
class CashBagConformStatusEnum(EnumMixin, StrEnum):
|
||||
OPEN = "OPEN"
|
||||
IN_PROGRESS = "IN_PROGRESS"
|
||||
DONE = "DONE"
|
||||
Reference in New Issue
Block a user