First commit.

This commit is contained in:
2025-11-18 11:02:39 +01:00
parent e57266f93d
commit d4c4ccfc18
16 changed files with 874 additions and 1 deletions

4
python/test_import.py Normal file
View File

@@ -0,0 +1,4 @@
from controller import Controller
c = Controller()
print(c.increment({"by": 3}))