Generalized DisplayAdapter

This commit is contained in:
Maximilian Giller 2019-02-19 21:07:07 +01:00
parent a67987b78f
commit d0e7ee3fa8

View file

@ -6,7 +6,4 @@ class DisplayAdapter (object):
raise NotImplementedError("Functions needs to be implemented")
def calibrate (self):
raise NotImplementedError("Functions needs to be implemented")
def sleep (self):
raise NotImplementedError("Functions needs to be implemented")