10 lines
114 B
Python
10 lines
114 B
Python
'''
|
|
RDS module
|
|
'''
|
|
|
|
|
|
from libs.rds import *
|
|
|
|
def module_rds_describe_db_instances():
|
|
describe_db_instances()
|