feat: qweather.py

This commit is contained in:
RTAkland
2021-12-15 22:08:57 +08:00
parent 905709808b
commit 9767bc9ef1
3 files changed
+9 -7

No files matched your search

+8
View File
@@ -4,3 +4,11 @@
# @Development Tool: PyCharm # @Development Tool: PyCharm
# @Create Time: 2021/12/15 # @Create Time: 2021/12/15
# @File Name: qweather.py # @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
View File
File renamed without changes.
-6
View File
@@ -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