You've already forked QWeatherReporter
11 lines
228 B
Python
11 lines
228 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
# @Author: markushammered@gmail.com
|
|
# @Development Tool: PyCharm
|
|
# @Create Time: 2021/10/16
|
|
# @File Name: __init__.py
|
|
|
|
from core.logger import Logger
|
|
|
|
Logger.info('lib was called')
|