| """Script wrapper for the music3lab capture command.""" | |
| from music3lab.__main__ import main | |
| if __name__ == "__main__": | |
| raise SystemExit(main(["capture", *__import__("sys").argv[1:]])) | |
| """Script wrapper for the music3lab capture command.""" | |
| from music3lab.__main__ import main | |
| if __name__ == "__main__": | |
| raise SystemExit(main(["capture", *__import__("sys").argv[1:]])) | |