Ejemplo n.º 1
0
def add(stuff):
    with sd_lock:
        saveddata_session.add(stuff)
Ejemplo n.º 2
0
def add(stuff):
    with sd_lock:
        saveddata_session.add(stuff)