mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-03-23 17:59:14 +00:00
it no longer inherits from CBindings. move steps abstract method into Remote class. This is a much more meaningful abstraction - because it is the principle behaviour that distinguishes each kind of Remote. add wrapper methods to CBindings. This provides a cleaner api for the Remote class. import abc as namespace throughout the package.