From 8bc37a7aa30a14c6d04f3c415a2f122b51eeb51b Mon Sep 17 00:00:00 2001 From: mzl <884630458@qq.com> Date: Thu, 20 Apr 2023 21:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.cpython-38.pyc | Bin 0 -> 1266 bytes app.py | 34 ++++++++++++++++++++++++++++++++++ flaskProject1.iml | 19 +++++++++++++++++++ misc.xml | 4 ++++ modules.xml | 8 ++++++++ 5 files changed, 65 insertions(+) create mode 100644 app.cpython-38.pyc create mode 100644 app.py create mode 100644 flaskProject1.iml create mode 100644 misc.xml create mode 100644 modules.xml diff --git a/app.cpython-38.pyc b/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() diff --git a/flaskProject1.iml b/flaskProject1.iml new file mode 100644 index 0000000..2484ca0 --- /dev/null +++ b/flaskProject1.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/misc.xml b/misc.xml new file mode 100644 index 0000000..b534b89 --- /dev/null +++ b/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/modules.xml b/modules.xml new file mode 100644 index 0000000..f116556 --- /dev/null +++ b/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file