From 79a7f7fe149a65ff9b5041863fd73b4f8674b9a5 Mon Sep 17 00:00:00 2001 From: qiangyanwen <508737091@qq.com> Date: Thu, 26 May 2022 09:10:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/monitoring.iml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 3 --- api/__init__.py | 5 +++++ config/__init__.py | 5 +++++ enums/__init__.py | 5 +++++ main.py | 5 +++++ router/__init__.py | 5 +++++ utils/__init__.py | 5 +++++ 13 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/monitoring.iml create mode 100644 .idea/vcs.xml create mode 100644 api/__init__.py create mode 100644 config/__init__.py create mode 100644 enums/__init__.py create mode 100644 main.py create mode 100644 router/__init__.py create mode 100644 utils/__init__.py diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..682989c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..95dc58d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/monitoring.iml b/.idea/monitoring.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/monitoring.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 168e846..005f556 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,2 @@ # monitoring - -1111 - diff --git a/api/__init__.py b/api/__init__.py new file mode 100644 index 0000000..29c4c27 --- /dev/null +++ b/api/__init__.py @@ -0,0 +1,5 @@ +# _*_ coding: utf-8 _*_ +# @Time :2022/5/26 09:09 +# @Email :508737091@qq.com +# @Author :qiangyanwen +# @File :__init__.py.py diff --git a/config/__init__.py b/config/__init__.py new file mode 100644 index 0000000..29c4c27 --- /dev/null +++ b/config/__init__.py @@ -0,0 +1,5 @@ +# _*_ coding: utf-8 _*_ +# @Time :2022/5/26 09:09 +# @Email :508737091@qq.com +# @Author :qiangyanwen +# @File :__init__.py.py diff --git a/enums/__init__.py b/enums/__init__.py new file mode 100644 index 0000000..29c4c27 --- /dev/null +++ b/enums/__init__.py @@ -0,0 +1,5 @@ +# _*_ coding: utf-8 _*_ +# @Time :2022/5/26 09:09 +# @Email :508737091@qq.com +# @Author :qiangyanwen +# @File :__init__.py.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..74ff53f --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +# _*_ coding: utf-8 _*_ +# @Time :2022/5/26 09:10 +# @Email :508737091@qq.com +# @Author :qiangyanwen +# @File :main.py.py diff --git a/router/__init__.py b/router/__init__.py new file mode 100644 index 0000000..bfaee9e --- /dev/null +++ b/router/__init__.py @@ -0,0 +1,5 @@ +# _*_ coding: utf-8 _*_ +# @Time :2022/5/26 09:10 +# @Email :508737091@qq.com +# @Author :qiangyanwen +# @File :__init__.py.py diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 0000000..bfaee9e --- /dev/null +++ b/utils/__init__.py @@ -0,0 +1,5 @@ +# _*_ coding: utf-8 _*_ +# @Time :2022/5/26 09:10 +# @Email :508737091@qq.com +# @Author :qiangyanwen +# @File :__init__.py.py