#!/home/webpigeon/Documents/fossgalaxy/ansible_collections/fossgalaxy/forge/.venv/bin/python
import sys
from ansible.cli.console import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
