#!/usr/bin/env python

import sys
from css import aws_get_logs

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