14 # Original Copyright 2020 CMCRC (devcdt@cmcrc.com) |
14 # Original Copyright 2020 CMCRC (devcdt@cmcrc.com) |
15 # |
15 # |
16 # Original License: GPLv3 |
16 # Original License: GPLv3 |
17 # |
17 # |
18 |
18 |
19 from collections import Counter |
|
20 import math |
19 import math |
21 import re |
20 import re |
22 import string |
21 import string |
|
22 |
|
23 from collections import Counter |
23 |
24 |
24 |
25 |
25 def getChecks(): |
26 def getChecks(): |
26 """ |
27 """ |
27 Public method to get a dictionary with checks handled by this module. |
28 Public method to get a dictionary with checks handled by this module. |