#!@@HOMEBREW_CELLAR@@/hatch/1.16.5_1/libexec/bin/python
import sys
from userpath.cli import userpath
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(userpath())
