mirror of
https://github.com/Relintai/tile_map_backport.git
synced 2024-11-05 10:11:16 +01:00
13 lines
165 B
Python
13 lines
165 B
Python
|
|
||
|
def can_build(env, platform):
|
||
|
return True
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|
||
|
def get_doc_classes():
|
||
|
return [
|
||
|
]
|
||
|
|
||
|
def get_doc_path():
|
||
|
return "doc_classes"
|