neofarm half done NEXT: finish and extract orm into separate files

This commit is contained in:
2024-10-31 20:48:36 +01:00
parent 3e80170479
commit 0e212f22a1
3 changed files with 174 additions and 0 deletions

6
neofarm/test.py Normal file
View File

@@ -0,0 +1,6 @@
import lib as neo
if __name__ == "__main__":
result = neo.getHarvests()
for i in result:
print(f"name: {i.name} plant: {i.getPlant().name}")