diff --git a/goblin/app.py b/goblin/app.py index c8c56a3453645db9b34c206b6bfa3849fe1fc507..89d05ca0bf125199da6c417086c3737f0fff8212 100644 --- a/goblin/app.py +++ b/goblin/app.py @@ -66,9 +66,13 @@ class Goblin: await app.supports_transactions() return app + @property + def cluster(self): + return self._cluster + @property def config(self): - return self._cluster.config + return self.cluster.config @property def vertices(self):