more shuffling
This commit is contained in:
13
modules/aws/lightsail.py
Normal file
13
modules/aws/lightsail.py
Normal file
@@ -0,0 +1,13 @@
|
||||
'''
|
||||
Module for interacting with the lightsail
|
||||
'''
|
||||
|
||||
from libs.lightsail import *
|
||||
|
||||
|
||||
def module_lightsail_get_instances():
|
||||
'''
|
||||
Lightsail get_instances
|
||||
python3 weirdAAL.py -m lightsail_get_instances -t demo
|
||||
'''
|
||||
lightsail_get_instances()
|
||||
Reference in New Issue
Block a user