feat: main

This commit is contained in:
RTAkland
2021-12-16 22:25:21 +08:00
parent afaf92df35
commit 9d2f1e192c
2 changed files with 8 additions and 1 deletions

View File

View File

@@ -3,4 +3,11 @@
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2021/12/16
# @File Name: QWeather.py
# @File Name: QWeather.py
import sys
from core import qweather
if __name__ == '__main__':
sys.exit(qweather.main())