def reset_backend()

in __init__.py [0:0]


def reset_backend():
    try:
        backend.Backend.reset()
    except Exception:
        pass