"""
Entry point for web-sentinel CLI when run as executable.
"""
if __name__ == "__main__":
    from web_sentinel.cli import main
    main()
