mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Added signatures to appointment
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import json
|
||||
|
||||
from pisa.encrypted_blob import EncryptedBlob
|
||||
|
||||
|
||||
@@ -22,3 +24,5 @@ class Appointment:
|
||||
|
||||
# ToDO: #3-improve-appointment-structure
|
||||
|
||||
def serialize(self):
|
||||
return json.dumps(self.to_json())
|
||||
|
||||
Reference in New Issue
Block a user