updates to algorithm

This commit is contained in:
2025-02-10 16:57:45 +00:00
parent 2a8d2afd5a
commit 82b45040ea
9 changed files with 371 additions and 23 deletions

6
hello.py Normal file
View File

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