6 lines
147 B
Python
6 lines
147 B
Python
CHOICE_AVIARY = [
|
|
""" Choices for Aviary Model """
|
|
("Offen", "Offen"),
|
|
("Geschlossen", "Geschlossen"),
|
|
("Gesperrt", "Gesperrt"),
|
|
]
|