added registry functionality to BaseAdjustable
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from abc import ABC, abstractmethod
|
||||
from abc import abstractmethod
|
||||
|
||||
from slic.utils.metaclasses import RegistryABC
|
||||
|
||||
|
||||
class BaseAdjustable(ABC):
|
||||
class BaseAdjustable(RegistryABC):
|
||||
|
||||
@abstractmethod
|
||||
def get_current_value(self):
|
||||
|
||||
Reference in New Issue
Block a user