mirror of
https://github.com/Relintai/ui_extensions.git
synced 2024-11-12 10:25:27 +01:00
14 lines
214 B
Python
14 lines
214 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
def get_doc_classes():
|
|
return [
|
|
"BSInputEventKey",
|
|
"TouchButton",
|
|
]
|
|
|
|
def get_doc_path():
|
|
return "doc_classes" |