From 9767bc9ef1f0c4e1c6a91f1a239e308ce13dc06b Mon Sep 17 00:00:00 2001 From: RTAkland Date: Wed, 15 Dec 2021 22:08:57 +0800 Subject: [PATCH] feat: qweather.py --- core/qweather.py | 10 +++++++++- QWeather.py => old_qweather.py | 0 tes.py | 6 ------ 3 files changed, 9 insertions(+), 7 deletions(-) rename QWeather.py => old_qweather.py (100%) delete mode 100644 tes.py 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