feat: NodeType(Enum)

This commit is contained in:
TheNoxium
2025-09-12 14:39:25 +05:00
parent a15c25ac61
commit 4942380157

View File

@@ -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(