@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Saiki CLI entrypoint."""
from saiki.cli import main
if __name__ == "__main__":
raise SystemExit(main())
The note is not visible to the blocked user.