From de370f77acf8dbd87188012ab6641189e3254c35 Mon Sep 17 00:00:00 2001 From: killua4396 <1223086337@qq.com> Date: Mon, 6 May 2024 15:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BD=9B=E7=A5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app/main.py b/app/main.py index 5adccc3..81c1541 100644 --- a/app/main.py +++ b/app/main.py @@ -4,3 +4,24 @@ import uvicorn if __name__ == "__main__": uvicorn.run("app.main:app", host=Config.UVICORN.HOST, port=Config.UVICORN.PORT, workers=Config.UVICORN.WORKERS) + + + # _ooOoo_ # + # o8888888o # + # 88" . "88 # + # (| -_- |) # + # O\ = /O # + # ____/`---'\____ # + # . ' \\| |// `. # + # / \\||| : |||// \ # + # / _||||| -:- |||||- \ # + # | | \\\ - /// | | # + # \ .-\__ `-` ___/-. / # + # ___`. .' /--.--\ `. . __ # + # ."" '< `.___\_<|>_/___.' >'"". # + # | | : `- \`.;`\ _ /`;.`/ - ` : | | # + # \ \ `-. \_ __\ /__ _/ .-` / / # + # ======`-.____`-.___\_____/___.-`____.-'====== # + # `=---=' # + # ............................................. # + # 佛祖保佑 永无BUG # \ No newline at end of file