more shuffling
This commit is contained in:
14
modules/aws/route53.py
Normal file
14
modules/aws/route53.py
Normal file
@@ -0,0 +1,14 @@
|
||||
'''
|
||||
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()
|
||||
Reference in New Issue
Block a user