mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
fix import... oops.
This commit is contained in:
parent
ef0c94a6f1
commit
6b7a79173c
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "voicemeeter-api"
|
name = "voicemeeter-api"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
description = "A Python wrapper for the Voiceemeter API"
|
description = "A Python wrapper for the Voiceemeter API"
|
||||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -10,8 +10,8 @@ from .inst import bits
|
|||||||
from .kinds import KindId
|
from .kinds import KindId
|
||||||
from .misc import Event, Midi
|
from .misc import Event, Midi
|
||||||
from .subject import Subject
|
from .subject import Subject
|
||||||
|
from .updater import Updater
|
||||||
from .util import grouper, polling, script
|
from .util import grouper, polling, script
|
||||||
from .worker import Updater
|
|
||||||
|
|
||||||
|
|
||||||
class Remote(CBindings):
|
class Remote(CBindings):
|
||||||
|
Loading…
Reference in New Issue
Block a user