start inherit more drivers

This commit is contained in:
chrys 2017-10-24 07:43:47 +02:00
parent bf7b74b878
commit 4bf20aa955

View File

@ -22,7 +22,7 @@ class screenDriver():
self.env = environment
self._isInitialized = True
def shutdown(self):
pass
self._isInitialized = False
def getCurrScreen(self):
pass
def getCurrApplication(self):