godot/modules/jsonrpc/config.py

6 lines
70 B
Python
Raw Normal View History

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