Generalized DisplayAdapter
This commit is contained in:
parent
a67987b78f
commit
d0e7ee3fa8
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
Loading…
Reference in a new issue