Skip to content

Instantly share code, notes, and snippets.

@jfryman
Created December 29, 2014 19:24
class LibratoBaseAction(Action):
def __init__(self, config):
super(LibratoBaseAction, self).__init__(config)
self.librato = self._get_client()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment