@@ -0,0 +1,9 @@
from __future__ import annotations
import sys
from securecheck.__main__ import main
if __name__ == "__main__":
sys.exit(main())
The note is not visible to the blocked user.