#! /usr/bin/python3 -sP
import sys
from arduino.app_tools.module_listing import update_ai_container_references
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(update_ai_container_references())
