def init()

in sa-dsml-many-models/code/aml_prs/prediction.py [0:0]


def init():
    global ws
    current_run = Run.get_context()
    ws = current_run.experiment.workspace

    print("Init complete")