module Falcon::Environment::Proxy

def environments

@returns [Array(Async::Service::Environment)]
The services we will proxy to.
def environments
	[]
end