mirror of
https://github.com/onyx-and-iris/vmr-http.git
synced 2026-04-06 09:59:11 +00:00
6 lines
117 B
Python
6 lines
117 B
Python
from fastapi import Request
|
|
|
|
|
|
def get_voicemeeter_client(request: Request):
|
|
return request.app.state.voicemeeter
|