Untitled
Anonymous
plain_text
01/22/2024 8:13 PM
288 B
19
Indexable
Code in A.py has this function
def get_perf_workflow_config(full_workflow_dict: dict) -> PerfWorkflowConfig:
return PerfWorkflowConfig(full_workflow_dict)
I want to use the output of this in another python fileEditor is loading...
Leave a Comment