initial: initial __init__.py

This commit is contained in:
RTAkland
2021-11-18 22:21:01 +08:00
parent f4bb9cb53c
commit 2c5c97fc63
2 changed files with 8 additions and 17 deletions

8
logs/__init__.py Normal file
View 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')

View File

@@ -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>