This repository has been archived on 2025-12-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
QWeatherReporter/core/qweather.py

15 lines
342 B
Python
Raw Normal View History

2021-12-15 21:21:39 +08:00
#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2021/12/15
2021-12-15 22:08:57 +08:00
# @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