controller.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:gopro-organizer 作者: angusmacdonald 项目源码 文件源码
def __init__(self, app, appName):
        self.model = model.OrganizerModel() #Todo Make organizer class

        pub.subscribe(self.action_processed, "STATUS UPDATE")

        #set up the first frame which displays the current Model value
        self.view = view.OrganizerView(None, title=appName)
        self.view.btnStartOrganizing.Bind(wx.EVT_BUTTON, self.start_organizing)

        self.view.Show()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号