feat: sum

This commit is contained in:
superobk
2024-03-20 10:39:53 +08:00
parent f14c36d77a
commit e914aeee32
3 changed files with 27 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from fastapi import Request, Response, status
from fastapi.responses import JSONResponse
from .blackbox import Blackbox
from tts.tts_service import TTService
import time
class TTS(Blackbox):