You've already forked QWeatherReporter
8 lines
238 B
Python
8 lines
238 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
# -- coding:utf-8 --
|
||
|
|
# @Author: markushammered@gmail.com
|
||
|
|
# @Development Tool: PyCharm
|
||
|
|
# @Create Time: 2021/11/18
|
||
|
|
# @File Name: __init__.py
|
||
|
|
|
||
|
|
print('This file is used for stating this folder is not an empty directory')
|