update
This commit is contained in:
5 files changed
+12
-17
No files matched your search
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#! python
|
||||
import json
|
||||
import csv
|
||||
|
||||
|
||||
@@ -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] = []
|
||||
|
||||
|
||||
Reference in new issue
Block a user