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
2021-12-18 17:03:36 +08:00

11 lines
225 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('Be imported')