Beispiel #1
0
 def perform(self, engine: Engine, command: str) -> str:
     file_path = command[3:]
     engine.export_session_to_json(file_path)
     return f'Saved session as json to {file_path}'