This commit is contained in:
cyy_mac
2026-06-14 20:53:43 +08:00
commit f009be7de2
7 changed files with 278 additions and 0 deletions

6
main.py Normal file
View File

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