2 Star 1 Fork 1

Modnar / Wuhan2020

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 181 Bytes
一键复制 编辑 原始数据 按行查看 历史
StevenShen 提交于 2020-02-09 22:26 . Create Project: '2019-nCoV'
#!/usr/bin/env python3.7
# -*- coding: UTF-8 -*-
import datasource
import ui
def main():
ui.MainWindow('2019-nCoV', datasource.names())
if __name__ == '__main__':
main()
Python
1
https://gitee.com/modnar/Wuhan2020.git
git@gitee.com:modnar/Wuhan2020.git
modnar
Wuhan2020
Wuhan2020
master

搜索帮助