#!@@HOMEBREW_CELLAR@@/onion-location/0.1.0_2/libexec/bin/python
import sys
from onion_location import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
