Initial commit

This commit is contained in:
Tim_Doernemann 2026-05-28 17:44:11 +02:00
parent d4028fca11
commit a578239c4f
32 changed files with 2559 additions and 0 deletions

2
Demo/tools/say_hello.py Normal file
View file

@ -0,0 +1,2 @@
def say_hello():
print("Hello from imported function!")