def demo_recording(self): with open(get_absolute_path("demo/demo_session_recording.json"), "r") as demo_session_file: return json.load(demo_session_file)
def demo_data(self): with open(get_absolute_path("demo/demo_data.json"), "r") as demo_data_file: return json.load(demo_data_file)