writer.py 文件源码

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

项目:gpymusic 作者: christopher-dG 项目源码 文件源码
def welcome(self):
        """Displays a welcome message."""
        if not self.curses:
            if not self.test:
                print('Welcome to Google Py Music!')
            return

        try:
            self.main.addstr(
                5, int(crs.COLS / 2) - 13, 'Welcome to Google Py Music!'
            )
            self.main.refresh()
        except:  # If this errors for some reason, just don't display anything.
            pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号