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