Hi, I would like to see if someone can point me in...
# python
m
Hi, I would like to see if someone can point me into the right direction. I would like to use a folder structure like the example below where I can add and remove py files and the instance(or any other asset) would be created/removed. I am not sure how to get the main.py file to import/execute all the py files in the subfolders.
Copy code
aws/instances/app1
aws/instances/app2
aws/instances/app3