diff --git a/API/oursin/dock.py b/API/oursin/dock.py new file mode 100644 index 00000000..15392fea --- /dev/null +++ b/API/oursin/dock.py @@ -0,0 +1,10 @@ + +from . import client + +def save(): + """Save the current scene + """ + client.sio.emit('urchin-save') + +def load(string url): + client.sio.emit('urchin-load', url) \ No newline at end of file