module Async::Container::Supervisor::Environment

def name

@returns [String]
The name of the supervisor
def name
	"supervisor"
end