Ejemplo n.º 1
0
 def __init__(self):
     AccountModel.sync()
     self.__options: Dict[str, View] = {
         'i': InsertAccountView(),
         'l': ListAccountServicesView(),
         'r': ListAccountsByServiceView()
     }