update to latest

This commit is contained in:
SowinskiBraeden committed 2022-06-21 20:16:58 -07:00
1 parent cb7298077d
commit 27d84c3c99
5 files changed
+66 -52

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#! python
import json
import csv
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
#! python
import json
import csv
flex= ["XAT--12A-S", "XAT--12B-S"]
flex= ("XAT--12A-S", "XAT--12B-S")
mockStudents: list[dict] = []