feat: NodeType(Enum)
This commit is contained in:
@@ -68,6 +68,7 @@ class NodeStatus(enum.StrEnum):
|
|||||||
class NodeType(Enum):
|
class NodeType(Enum):
|
||||||
LISTEN = "LISTEN"
|
LISTEN = "LISTEN"
|
||||||
IF = "IF"
|
IF = "IF"
|
||||||
|
START = "START"
|
||||||
|
|
||||||
|
|
||||||
ps_node_table = Table(
|
ps_node_table = Table(
|
||||||
|
Reference in New Issue
Block a user