mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
4 lines
98 B
Python
4 lines
98 B
Python
def register_Hanlder(app):
|
|
from handlers import index_router
|
|
app.include_router(index_router)
|