Files
weirdAAL/modules/aws/route53.py
2018-09-25 17:38:50 -04:00

15 lines
232 B
Python

'''
route53 functions
'''
from libs.route53 import *
def module_route53_list_geolocations():
'''
Route53 list geolocations
python3 weirdAAL.py -m route53_list_geolocations -t demo
'''
list_geolocations()