* Added new `CommandRunner` class to utils to interface run commands programmatically via Python using subprocess
* Added new `Compose` class and its own module to manage and generate aggregated compose files
* Fixed bug with `get_immediate_subdirectories` where it was returning a list of absolute paths, now it returns just the relative path so its cleaner.