Пример #1
0
 def __init__(self, app):
     super().__init__()
     self.app = app
     self.view_constructor = XmlViewConstructor(self.app)
     self.view_name = self.__class__.__name__[:-10]