Find trees using new 3D search

This commit is contained in:
2020-10-19 15:49:14 -06:00
parent 90388cf110
commit ee2a1958f9
3 changed files with 48 additions and 24 deletions
+1
View File
@@ -22,6 +22,7 @@ g.inv = {}
g.objects = {}
g.window = None
g.job = None
g.correction_count = 0
@app.route('/')
def hello_world():