示例#1
0
文件: util.py 项目: gregsharp/Slicer
def restart():
  from slicer import app
  app.restart()
示例#2
0
def restart():
    from slicer import app
    app.restart()