mirror of
https://github.com/onyx-and-iris/vmr-http.git
synced 2026-04-06 09:59:11 +00:00
6 lines
69 B
Python
6 lines
69 B
Python
"""Voicemeeter HTTP API."""
|
|
|
|
from .app import app
|
|
|
|
__all__ = ['app']
|