llama-cpp-turboquant/examples/godot_examples/custom_module/kompute_summator/config.py
2020-09-20 17:19:12 +01:00

5 lines
76 B
Python

def can_build(env, platform):
return True
def configure(env):
pass