from typhoon.api.schematic_editor import model as mdl

path = r"C:\folder\open_loop_control_model.fmu"


mdl.precompile_fmu(fmu_file_path=path)
