Skip to content

Commit 2c29e62

Browse files
authored
Update client.py
1 parent 21d711a commit 2c29e62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vvclient/client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ async def create_audio_query(
4949
if core_version:
5050
params["core_version"] = core_version
5151
return AudioQuery(self.http, await self.http.create_audio_query(params))
52+
53+
async def fetch_engine_version(self) -> str:
54+
"Show VOICEVOX Engine version"
55+
return await self.http.engine_version()

0 commit comments

Comments
 (0)