diff --git a/composer/agent.py b/composer/agent.py index 59da37b..25e1de7 100644 --- a/composer/agent.py +++ b/composer/agent.py @@ -1,3 +1,5 @@ +"""Provides setup and the core Composer class functionality to interact with a compose stack""" + from git import Repo import logging from os import getenv