#!@@HOMEBREW_CELLAR@@/organize-tool/3.3.0_4/libexec/bin/python
import sys
from organize.cli import cli
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(cli())
