feat: Added pyincp to build system

This commit is contained in:
2026-03-04 19:49:08 +00:00
parent 4af6192b34
commit 393128c197
4 changed files with 98 additions and 1 deletions

10
app/incp/schema.yml Normal file
View File

@@ -0,0 +1,10 @@
modules:
- name: mod_a
enums: []
variables:
- name: var_a
doc: Var a
type: I32
reports: []
commands: []
events: []