'testing' feature

This commit is contained in:
2023-02-28 00:07:24 +00:00
parent 18d92c1437
commit 00cf555efb

View File

@@ -1,3 +1,7 @@
### TESTING
### feature to hash all gradebook submission files, and check for duplicates across all students / submissions
### not fully implemented yet - only creates hashes and outputs to csv for manual inspection
import os, sys
from datetime import datetime
import csv
@@ -36,4 +40,5 @@ def main():
if __name__ == '__main__':
main()
main()