From 49423801572f5584592c8ec6e5ddb40d8ed4536d Mon Sep 17 00:00:00 2001 From: TheNoxium Date: Fri, 12 Sep 2025 14:39:25 +0500 Subject: [PATCH] feat: NodeType(Enum) --- orm/tables/process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/orm/tables/process.py b/orm/tables/process.py index 950aeab..2253874 100644 --- a/orm/tables/process.py +++ b/orm/tables/process.py @@ -68,6 +68,7 @@ class NodeStatus(enum.StrEnum): class NodeType(Enum): LISTEN = "LISTEN" IF = "IF" + START = "START" ps_node_table = Table(