feat: qweather.py

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

View File

@@ -4,3 +4,11 @@
# @Development Tool: PyCharm
# @Create Time: 2021/12/15
# @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

6
tes.py
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