Files
python-teos/pisa-btc/pisa/inspector.py
2019-08-09 15:00:02 +01:00

10 lines
205 B
Python

from pisa.appointment import Appointment
class Inspector:
def __init__(self):
pass
def inspect(self, appointment, debug):
return Appointment(appointment, None, None, None, None)