When converting this ComfyUI-VideoHelperSuite "Load VIdeo (Path)" to python the result is: ``` vhs_loadvideopath = NODE_CLASS_MAPPINGS["VHS_LoadVideoPath"]() vhs_loadvideopath_568 = vhs_loadvideopath.load_video() ``` Notice no args for the load video function which causes an exception. TIps tricks or fix?