File size: 203 Bytes
a252bb5
b7f8699
 
 
 
 
 
 
 
 
 
a252bb5
1
2
3
4
5
6
7
8
9
10
11
12
from fastapi import FastAPI



app = FastAPI()
defaul_bot_voice = "γŠγ―γ„γ‚ˆγ†γ”γ–γ„γΎγ™"
area_thres = 0.3


@app.get("/")
def read_root():
    return {"Message": "Application startup complete"}