mesh_data_resource/config.py

12 lines
77 B
Python
Raw Normal View History

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