#!python

import sys
from aws_ecs_services import aws_ecs_services

if __name__ == "__main__":
    sys.exit(aws_ecs_services.main())
