This commit is contained in:
Astrid
2026-06-08 11:33:03 +02:00
commit 796f14b0f8
5 changed files with 22 additions and 0 deletions

6
src/main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from tr-steering-allen!")
if __name__ == "__main__":
main()