8 lines
116 B
Python
8 lines
116 B
Python
'''
|
|
route53 functions
|
|
'''
|
|
from libs.route53 import *
|
|
|
|
|
|
def module_route53_list_geolocations():
|
|
list_geolocations() |