APIClient/garbage_api_client/models/entry_find_locations_location_entries_get_garbage_type_type_0.py

14 lines
254 B
Python
Raw Permalink Normal View History

2024-05-27 01:04:25 +03:00
from enum import IntEnum
class EntryFindLocationsLocationEntriesGetGarbageTypeType0(IntEnum):
VALUE_0 = 0
VALUE_1 = 1
VALUE_2 = 2
VALUE_3 = 3
VALUE_4 = 4
VALUE_5 = 5
def __str__(self) -> str:
return str(self.value)