7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the threat list info class. | 7 Module implementing the threat list info class. |
8 """ | 8 """ |
9 | |
10 from __future__ import unicode_literals, division | |
11 | 9 |
12 | 10 |
13 class ThreatList(object): | 11 class ThreatList(object): |
14 """ | 12 """ |
15 Class implementing the threat list info. | 13 Class implementing the threat list info. |