SessionProgram.run# from tmlt.analytics import SessionProgram SessionProgram.run()# Runs the program and return its outputs. Note that this method can only be called once. If you need to run the program again, you must create a new instance of the program. Return type: Dict[str, DataFrame]