neofarm half done NEXT: finish and extract orm into separate files
This commit is contained in:
6
neofarm/test.py
Normal file
6
neofarm/test.py
Normal 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}")
|
||||
Reference in New Issue
Block a user