From 9d2f1e192c7757fa2a51e6d02045a601a018af8e Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 16 Dec 2021 22:25:21 +0800 Subject: [PATCH] feat: main --- Process.md | 0 QWeather.py | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 Process.md diff --git a/Process.md b/Process.md deleted file mode 100644 index e69de29..0000000 diff --git a/QWeather.py b/QWeather.py index 70c9352..b010744 100644 --- a/QWeather.py +++ b/QWeather.py @@ -3,4 +3,11 @@ # @Author: markushammered@gmail.com # @Development Tool: PyCharm # @Create Time: 2021/12/16 -# @File Name: QWeather.py \ No newline at end of file +# @File Name: QWeather.py + + +import sys +from core import qweather + +if __name__ == '__main__': + sys.exit(qweather.main())