diff --git a/core/qweather.py b/core/qweather.py index 7d40b8d..8d94c6b 100644 --- a/core/qweather.py +++ b/core/qweather.py @@ -3,4 +3,12 @@ # @Author: markushammered@gmail.com # @Development Tool: PyCharm # @Create Time: 2021/12/15 -# @File Name: qweather.py \ No newline at end of file +# @File Name: qweather.py + +from core.logger import Logger +from core.language import Language +from core import settings +from core import read_excel +from core import read_config +from core import information + diff --git a/QWeather.py b/old_qweather.py similarity index 100% rename from QWeather.py rename to old_qweather.py diff --git a/tes.py b/tes.py deleted file mode 100644 index 4706423..0000000 --- a/tes.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python3 -# -- coding:utf-8 -- -# @Author: markushammered@gmail.com -# @Development Tool: PyCharm -# @Create Time: 2021/12/15 -# @File Name: tes.py \ No newline at end of file