mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-23 17:38:20 +01:00
19 lines
190 B
Python
19 lines
190 B
Python
|
def can_build(env, platform):
|
||
|
return False
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|
||
|
|
||
|
def get_doc_classes():
|
||
|
return []
|
||
|
|
||
|
|
||
|
def get_doc_path():
|
||
|
return ""
|
||
|
|
||
|
|
||
|
def is_enabled():
|
||
|
return False
|