Added first version of console autocompletion

This commit is contained in:
2020-06-09 22:26:47 +02:00
parent d7573f095f
commit af3a3ffe92
23 changed files with 1314 additions and 88 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from dataclasses import dataclass
@dataclass
class ServiceObj:
event_id: str # event where the object is created / modified
event_id: str # digest of the event where the object is created / modified
class BaseService: