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/tests/__init__.py
2021-12-18 17:03:36 +08:00

11 lines
224 B
Python

#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2021/11/7
# @File Name: __init__.py.py
from core.logger import Logger
Logger.info('Be imported')