#!/usr/bin/env python3
# -*- coding: latin-1 -*-
"""Get the size of S3 buckets using CloudWatch metrics."""

import get_s3_bucket_size

if __name__ == "__main__":
    get_s3_bucket_size.main()
