def get_compiled_js()

in understanding_rl_vision/rl_clarity/compiling.py [0:0]


def get_compiled_js():
    if not os.path.isfile(JS_PATH):
        recompile_js()
    return JS_PATH