def run():
    """launch editor of profile"""
    options = get_options()
    filter = FilterApp(options, 0)
    filter.MainLoop()
def run():
    """launch editor of profile"""
    options = get_options()
    editor = ViewerApp(options, 0)
    editor.MainLoop()