From 10f9c1192775f64b76787896f91130c9bb560350 Mon Sep 17 00:00:00 2001
From: yjkn <2391738702@qq.com>
Date: Wed, 19 Apr 2023 13:51:16 +0800
Subject: [PATCH] flaskProject1
---
flaskProject1/.idea/.gitignore | 8 +++++
flaskProject1/.idea/flaskProject1.iml | 19 ++++++++++
.../inspectionProfiles/Project_Default.xml | 15 ++++++++
.../inspectionProfiles/profiles_settings.xml | 6 ++++
flaskProject1/.idea/misc.xml | 4 +++
flaskProject1/.idea/modules.xml | 8 +++++
flaskProject1/__pycache__/app.cpython-38.pyc | Bin 0 -> 1266 bytes
flaskProject1/app.py | 34 ++++++++++++++++++
8 files changed, 94 insertions(+)
create mode 100644 flaskProject1/.idea/.gitignore
create mode 100644 flaskProject1/.idea/flaskProject1.iml
create mode 100644 flaskProject1/.idea/inspectionProfiles/Project_Default.xml
create mode 100644 flaskProject1/.idea/inspectionProfiles/profiles_settings.xml
create mode 100644 flaskProject1/.idea/misc.xml
create mode 100644 flaskProject1/.idea/modules.xml
create mode 100644 flaskProject1/__pycache__/app.cpython-38.pyc
create mode 100644 flaskProject1/app.py
diff --git a/flaskProject1/.idea/.gitignore b/flaskProject1/.idea/.gitignore
new file mode 100644
index 0000000..4aa91ea
--- /dev/null
+++ b/flaskProject1/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/flaskProject1/.idea/flaskProject1.iml b/flaskProject1/.idea/flaskProject1.iml
new file mode 100644
index 0000000..2484ca0
--- /dev/null
+++ b/flaskProject1/.idea/flaskProject1.iml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/flaskProject1/.idea/inspectionProfiles/Project_Default.xml b/flaskProject1/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..375bf5e
--- /dev/null
+++ b/flaskProject1/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/flaskProject1/.idea/inspectionProfiles/profiles_settings.xml b/flaskProject1/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/flaskProject1/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/flaskProject1/.idea/misc.xml b/flaskProject1/.idea/misc.xml
new file mode 100644
index 0000000..b534b89
--- /dev/null
+++ b/flaskProject1/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/flaskProject1/.idea/modules.xml b/flaskProject1/.idea/modules.xml
new file mode 100644
index 0000000..f116556
--- /dev/null
+++ b/flaskProject1/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/flaskProject1/__pycache__/app.cpython-38.pyc b/flaskProject1/__pycache__/app.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d395a6977449e386d19fe21e99ec2dc6c73a02e0
GIT binary patch
literal 1266
zcmZWoOK;RL5cVUkJcz3hQjT&oI-kP4>-fe=!J6s7UBgeIG~o
z5ABiv!il4=ocIepF_SIOEsi{6d&Zvco0+`s_d5*7_s@^?56Re1+MFK&Zq{(xFDNwA
zykIeDQSeg4qLi^LgE-)HCX29);;3xJty0B`GZ4@|6+waLKC$K%{9bQ-6|LPodG4}qICoOTffu$XHW3(d7SVzJax
z2dELVj!=iXg$R`IKi_x{nS13blWsvqPy88}LPqlmPJ0W5WAC}<*V#vLAdbZWKjBD3
zXqgk4VCVw^>?7+^S6kn*b(Vp(18L|LAClGjz^1$KO`?Wk(|4;Td@@Q)Fl}`E#>^b5
z)5Z0bx0{rd7p5YBQ=12G)A4v|yyxY(c0F{r5emjT`0dY4Fb4+%De=(H->@mK{bYvp@+>3
z2_i8O^SJVI3mh#hc@WTxFws5*lM3-S`E=8*+{BrCO_X_26yUSiXb$QzD6G*#`O!4UUSt?BOB4{hqvMKVpl
csMSfXA5t>x0tzJ-_<~SeiP?F@JF')
+
+if __name__ == '__main__':
+ app.run()