Skip to content

Commit

Permalink
feat: starting to add dock code to API
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Mar 21, 2024
1 parent 9e3b227 commit be9b701
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions API/oursin/dock.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit be9b701

Please sign in to comment.