summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ick2/apibase.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ick2/apibase.py b/ick2/apibase.py
index 088a2b6..c0b1aa5 100644
--- a/ick2/apibase.py
+++ b/ick2/apibase.py
@@ -21,6 +21,9 @@ class APIbase:
def __init__(self, state):
self._state = state
+ def get_state(self):
+ return self._state
+
def get_routes(self, path):
return [
{