replaywebpage

This commit is contained in:
msramalho
2023-01-22 00:48:09 +00:00
parent 746f6a333e
commit 092ffdb6d8
5 changed files with 36 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ class Step(ABC):
self.__setattr__(k, v)
@staticmethod
def configs() -> dict: {}
def configs() -> dict: return {}
def init(name: str, config: dict, child: Type[Step]) -> Step:
"""