diff --git a/enumkind.py b/enumkind.py index 64f10b5..8cb05a6 100644 --- a/enumkind.py +++ b/enumkind.py @@ -12,6 +12,7 @@ class ElogSLS: class Eintrag(IntEnum): PROBLEM = 0 INFO = 1 + ANREGUNG = 1 TUNING = 2 OPERATION_CHANGE = 3 BRIDGE = 4