@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""CLI entry point for code-doc-cli."""
from code_doc_cli.cli.main import main
if __name__ == "__main__":
import sys
sys.exit(main())
The note is not visible to the blocked user.