#!@@HOMEBREW_CELLAR@@/scrapy/2.15.2/libexec/bin/python
import sys
from automat._visualize import tool
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(tool())
