fixed project sturcture, fixes imports

This commit is contained in:
2024-01-24 15:48:07 +01:00
parent 718015c7d4
commit ee5d585f01
17 changed files with 296 additions and 204 deletions

View File

@@ -0,0 +1,5 @@
from enum import Enum
class OutputChannel(Enum):
ONE = 1
TWO = 2