"""Entry point for `python -m copilot`.""" from ._cli_download import main if __name__ == "__main__": main()