terrain-editor/modules/terrain_editor/config.py

6 lines
78 B
Python

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