mirror of
https://github.com/onyx-and-iris/vmr-http.git
synced 2026-04-16 14:43:31 +00:00
initial commit
This commit is contained in:
5
src/vmr_http/dependencies.py
Normal file
5
src/vmr_http/dependencies.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fastapi import Request
|
||||
|
||||
|
||||
def get_voicemeeter_client(request: Request):
|
||||
return request.app.state.voicemeeter
|
||||
Reference in New Issue
Block a user