Python CLI Package: Protocol scaffolding for Kernel, Device, Direct, Babel and RAdv

This choice comes from my own local setup where I use exactly these protocols.
Other protocols will be added later.
This commit is contained in:
Maria Matejka
2023-05-23 13:44:48 +02:00
parent 7dcfad4085
commit 04f96b6705
8 changed files with 120 additions and 2 deletions
+3
View File
@@ -29,3 +29,6 @@ class Code:
Welcome = 1
Status = 13
Version = 1000
ProtocolInfo = 1002
ProtocolDetails = 1006
ProtocolListHeader = 2002