Initial commit

This commit is contained in:
2022-05-14 05:39:04 +03:00
parent 911cd75586
commit f1651856a8
7 changed files with 120 additions and 0 deletions

7
config.py Normal file
View File

@ -0,0 +1,7 @@
# config.py
def can_build(env, platform):
return True
def configure(env):
pass