"""Allow ``python -m sticker_downloader``.""" from sticker_downloader.cli import main if __name__ == "__main__": raise SystemExit(main())