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

7
neofarm/lib.py Normal file
View File

@@ -0,0 +1,7 @@
import orm
def getHarvests():
# result = orm.Harvest.from_id("750511d3-5f7b-4e70-b541-d2f70696734f")
# print(result.name)
result = orm.Harvest.get_list()
return result