mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-21 11:26:53 +01:00
10 lines
97 B
Python
10 lines
97 B
Python
|
|
|
|
def can_build(env, platform):
|
|
#return True
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
pass
|