Begin implementation, basic inferenece

This commit is contained in:
2024-10-21 22:23:48 +02:00
parent 006db518f2
commit 20429616f7
14 changed files with 167 additions and 86 deletions

5
sia/__main__.py Normal file
View File

@@ -0,0 +1,5 @@
def main():
print("Hello, World! --sia")
if __name__ == "__main__":
main()