feat: initialized template

This commit is contained in:
Sara Gerretsen 2025-11-12 11:27:24 +01:00
parent 57a18ebef7
commit 76dd9fbc62
10 changed files with 19 additions and 19 deletions

View file

@ -0,0 +1,5 @@
def can_build(env, platform):
return True;
def configure(env):
pass;