mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
17 lines
172 B
Python
17 lines
172 B
Python
|
|
|
|
def can_build(env, platform):
|
|
return env["tools"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
|
|
def get_doc_classes():
|
|
return [
|
|
]
|
|
|
|
def get_doc_path():
|
|
return "doc_classes"
|