move steps abstract method into VbanCmd.

This commit is contained in:
2026-03-16 23:16:01 +00:00
parent 22cc980fc2
commit ba85373f94
2 changed files with 3 additions and 8 deletions

View File

@@ -56,9 +56,10 @@ class VbanCmd(abc.ABC):
self.producer = None
self._last_script_request_time = 0
@property
@abc.abstractmethod
def __str__(self):
"""Ensure subclasses override str magic method"""
def steps(self):
"""Steps required to build the interface for this Voicemeeter kind"""
def _conn_from_toml(self) -> dict:
try: