vmr-http/src/vmr_http/__init__.py
2026-04-05 01:41:15 +01:00

6 lines
69 B
Python

"""Voicemeeter HTTP API."""
from .app import app
__all__ = ['app']