1
0
Fork 0
mirror of https://github.com/PiBrewing/craftbeerpi4.git synced 2025-03-17 21:35:13 +01:00
craftbeerpi4-pione/cbpi/api/config.py
2019-01-05 20:43:48 +01:00

8 lines
115 B
Python

from enum import Enum
class ConfigType(Enum):
STRING = "string"
NUMBER = "number"
SELECT = "select"