world_generator/config.py

6 lines
76 B
Python
Raw Normal View History

2019-04-20 14:51:33 +02:00
def can_build(env, platform):
return True
def configure(env):
pass