initial commit
This commit is contained in:
8
client/callSpec.py
Normal file
8
client/callSpec.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import Any, Dict
|
||||
|
||||
import pydantic
|
||||
|
||||
class CallPacket(pydantic.BaseModel):
|
||||
procedure: str
|
||||
simpleObjects: Dict[str, Any] = {}
|
||||
byteObjects: Dict[str, bytes] = {}
|
||||
Reference in New Issue
Block a user