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