diff --git a/logs/__init__.py b/logs/__init__.py new file mode 100644 index 0000000..ee0c1e2 --- /dev/null +++ b/logs/__init__.py @@ -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') \ No newline at end of file diff --git a/logs/index.html b/logs/index.html deleted file mode 100644 index 5480890..0000000 --- a/logs/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Not an empty directory - - - -

This file is used for stating this folder is not an empty directory.

-Click me to jump to GitHub -> QWeather - - \ No newline at end of file