mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Adds appointment unit test
This commit is contained in:
@@ -3,6 +3,7 @@ from pisa.encrypted_blob import EncryptedBlob
|
||||
|
||||
# Basic appointment structure
|
||||
class Appointment:
|
||||
# TODO: 35-appointment-checks
|
||||
def __init__(self, locator, start_time, end_time, dispute_delta, encrypted_blob, cipher, hash_function):
|
||||
self.locator = locator
|
||||
self.start_time = start_time # ToDo: #4-standardize-appointment-fields
|
||||
|
||||
Reference in New Issue
Block a user