APIClient/garbage_api_client/models/entry_find_locations_location_entries_get_garbage_type_type_0.py
2024-05-27 00:04:25 +02:00

14 lines
254 B
Python

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)