tool functions and pytest

This commit is contained in:
2025-01-01 18:20:50 +01:00
parent 823f13ab51
commit fd7e3d5235
10 changed files with 406 additions and 108 deletions

8
__main__.py Normal file
View File

@@ -0,0 +1,8 @@
print("running __main__.-py")
from llama import main
if __name__ == "__main__":
main()