diff --git a/frabit/client.py b/frabit/client.py index 783dcdf..9b46d20 100644 --- a/frabit/client.py +++ b/frabit/client.py @@ -23,6 +23,7 @@ def __init__(self, base_url, token): self.version = "v2" + # frabit provide below services with rest api self._database = None self._backup = None