blob: 5a66bb8c964e82b53c7982de34b1061bb3309a6f [file] [log] [blame]
#!/usr/bin/env vpython3
# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from blinkpy.web_tests.fuzzy_diff_analyzer import (fuzzy_diff_analyzer)
import sys
if __name__ == '__main__':
rc = fuzzy_diff_analyzer.main()
sys.exit(rc)