generated from pufereq/python-template
feat(types.py): add CLOSE msg ControlAction
This commit is contained in:
@@ -13,3 +13,4 @@ class Category(str, Enum):
|
||||
class ControlAction(str, Enum):
|
||||
HELLO = "hello"
|
||||
ACK = "ack"
|
||||
CLOSE = "close"
|
||||
|
||||
Reference in New Issue
Block a user