update
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
"""
|
||||
source .venv/bin/activate # 仓库根 hfut-bishe/.venv
|
||||
cd python_server && uvicorn app.main:app --host 0.0.0.0 --port 8000
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
from app.main import app
|
||||
|
||||
__all__ = ["app"]
|
||||
|
||||
Reference in New Issue
Block a user