Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Create reports.py
Browse files- auditqa/reports.py +4 -0
auditqa/reports.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
POSSIBLE_REPORTS = [
|
2 |
+
"ABC",
|
3 |
+
"XYZ"
|
4 |
+
]
|