예제 #1
0
파일: util.py 프로젝트: gregsharp/Slicer
def restart():
  from slicer import app
  app.restart()
예제 #2
0
def restart():
    from slicer import app
    app.restart()