fixed project sturcture, fixes imports
This commit is contained in:
5
src/fn_gen/enums/output_channel.py
Normal file
5
src/fn_gen/enums/output_channel.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from enum import Enum
|
||||
|
||||
class OutputChannel(Enum):
|
||||
ONE = 1
|
||||
TWO = 2
|
||||
Reference in New Issue
Block a user