You've already forked QWeatherReporter
initial: initial __init__.py
This commit is contained in:
8
logs/__init__.py
Normal file
8
logs/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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')
|
||||
@@ -1,17 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Not an empty directory</title>
|
||||
<style>
|
||||
body{
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>This file is used for stating this folder is not an empty directory.</p>
|
||||
<a href="https://github.com/MarkusJoe/QWeather" style="color: black">Click me to jump to GitHub -> QWeather</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user