#!/usr/bin/env python3
copyright = 'copyright 2021 r.kras'
from awsconsurl import consurl


if __name__ == '__main__':
    consurl()
