#!/usr/bin/env python3 """Run the frozen captured-state continuation best-of-N experiment.""" from music3lab.editing.captured_state_bestofn_runner import main if __name__ == "__main__": raise SystemExit(main())