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/lib/__init__.py

11 lines
228 B
Python
Raw Normal View History

2021-12-04 14:04:46 +08:00
#!/usr/bin/env python3
2021-11-11 21:23:15 +08:00
# -*- coding: utf-8 -*-
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2021/10/16
# @File Name: __init__.py
2021-12-17 17:14:14 +08:00
from core.logger import Logger
Logger.info('lib was called')