minor updates

This commit is contained in:
Nico Melone
2024-10-04 18:55:54 -05:00
parent 7d1f9ca8e9
commit aa70b37efb
36 changed files with 2690 additions and 69 deletions

10
test/config.txt Normal file
View File

@@ -0,0 +1,10 @@
{
"files": {
"file2": "utilities.py",
"file1": "test.py"
},
"deviceName": "test",
"driverId": "0140",
"releaseVersion": "8",
"driverFileName": "test.py"
}

1
test/test.py Normal file
View File

@@ -0,0 +1 @@
# Test!

1
test/utilities.py Normal file
View File

@@ -0,0 +1 @@
# UTILITIES