Merge branch 'tech_migration' into dev

This commit is contained in:
Matt Guthaus
2020-01-25 12:03:56 -08:00
21 changed files with 642 additions and 468 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class vector():
else:
self.x=float(value[0])
self.y=float(value[1])
def __getitem__(self, index):
"""
override getitem function