Reimplemented serialising LST
This commit is contained in:
parent
ccd5e9b891
commit
cf66359559
5 changed files with 48 additions and 67 deletions
|
|
@ -23,10 +23,6 @@ class BaseStage(metaclass=ABCMeta):
|
|||
"""Return the current settings as a dictionary"""
|
||||
pass
|
||||
|
||||
def save_settings(self):
|
||||
"""(Optional) Save any settings to disk that need to be stored"""
|
||||
return
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def state(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue