| #!/usr/bin/env python3 | |
| """Run the public measured-audio sample bridge command.""" | |
| from __future__ import annotations | |
| import sys | |
| from music3lab.__main__ import main | |
| if __name__ == "__main__": | |
| raise SystemExit(main(["sample", *sys.argv[1:]])) | |
| #!/usr/bin/env python3 | |
| """Run the public measured-audio sample bridge command.""" | |
| from __future__ import annotations | |
| import sys | |
| from music3lab.__main__ import main | |
| if __name__ == "__main__": | |
| raise SystemExit(main(["sample", *sys.argv[1:]])) | |