fix import... oops.

This commit is contained in:
onyx-and-iris 2022-09-24 12:08:43 +01:00
parent ef0c94a6f1
commit 6b7a79173c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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):