#!/usr/bin/env python3
import sys
sys.path.insert(0, '/usr/lib/python3.13/site-packages')
from awscli import clidriver
sys.exit(clidriver.main())
