restructuring libs to be a bit more sane in terms of schema and so that we can split between aws and gcp

This commit is contained in:
cktricky
2018-09-25 17:03:38 -04:00
parent c0b20ad2de
commit dc3c20a937
58 changed files with 39 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
'''
This file is used to perform some ElasticBeanstalk actions
'''
from libs.elasticbeanstalk import *
from libs.aws.elasticbeanstalk import *
'''