From 2c5c97fc6306588b0bc81dae1922e40ff6720273 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 18 Nov 2021 22:21:01 +0800 Subject: [PATCH] initial: initial __init__.py --- logs/__init__.py | 8 ++++++++ logs/index.html | 17 ----------------- 2 files changed, 8 insertions(+), 17 deletions(-) create mode 100644 logs/__init__.py delete mode 100644 logs/index.html 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