コード例 #1
0
ファイル: Controller.py プロジェクト: xyicheng/Peatz
 def __init__(self, app):
     super().__init__()
     self.app = app
     self.view_constructor = XmlViewConstructor(self.app)
     self.view_name = self.__class__.__name__[:-10]