#!/usr/bin/env python3 """Saiki CLI entrypoint.""" from saiki.cli import main if __name__ == "__main__": raise SystemExit(main())