You've already forked QWeatherReporter
11 lines
224 B
Python
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')
|