Adds dummy inspector

This commit is contained in:
Sergi Delgado
2019-04-24 18:05:41 +01:00
committed by Sergi Delgado Segura
parent b4d058fc62
commit 85c620b9a1

View File

@@ -0,0 +1,9 @@
from pisa.appointment import Appointment
class Inspector:
def __init__(self):
pass
def inspect(self, appointment, debug):
return Appointment(appointment, None, None, None, None)