export app, fastapi entrypoint

patch bump
This commit is contained in:
2026-04-05 01:41:15 +01:00
parent 6ef9be7a61
commit d20fb52d4b
4 changed files with 11 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
"""Voicemeeter HTTP API."""
from .app import app
__all__ = ['app']