Untitled

 avatar
unknown
plain_text
a year ago
215 B
7
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 file
Editor is loading...
Leave a Comment