90884df
1
2
3
4
5
6
7
"""Script wrapper for the music3lab capture command.""" from music3lab.__main__ import main if __name__ == "__main__": raise SystemExit(main(["capture", *__import__("sys").argv[1:]]))