mirror of
https://github.com/Relintai/world_generator.git
synced 2025-04-19 21:43:15 +02:00
6 lines
76 B
Python
6 lines
76 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|