mirror of
https://github.com/Relintai/ui_extensions.git
synced 2024-11-14 10:27:48 +01:00
6 lines
76 B
Python
6 lines
76 B
Python
|
def can_build(env, platform):
|
||
|
return True
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|