mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Python CLI Package: Use CLI code names instead of numbers
This commit is contained in:
@@ -23,3 +23,9 @@ class Basic:
|
||||
async def load(self):
|
||||
if self.data is None:
|
||||
await self.update()
|
||||
|
||||
class Code:
|
||||
OK = 0
|
||||
Welcome = 1
|
||||
Status = 13
|
||||
Version = 1000
|
||||
|
||||
Reference in New Issue
Block a user