ppsingh commited on
Commit
fecf3a9
1 Parent(s): 6484ef5

Create reports.py

Browse files
Files changed (1) hide show
  1. auditqa/reports.py +4 -0
auditqa/reports.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ POSSIBLE_REPORTS = [
2
+ "ABC",
3
+ "XYZ"
4
+ ]