mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Adds dummy inspector
This commit is contained in:
committed by
Sergi Delgado Segura
parent
b4d058fc62
commit
85c620b9a1
9
pisa-btc/pisa/inspector.py
Normal file
9
pisa-btc/pisa/inspector.py
Normal 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)
|
||||||
Reference in New Issue
Block a user