Beispiel #1
0
 def __init__(self):
     self.__keyboard = UCFactory.get_keyboard()
Beispiel #2
0
 def __init__(self):
     self.__screen = UCFactory.get_screen()
Beispiel #3
0
 def __init__(self):
     self.__mouse = UCFactory.get_mouse()
     self.__screen = UCScreen()