7 lines
99 B
Python
7 lines
99 B
Python
#coding:utf-8
|
|
|
|
class CUSTOM_LOGGING:
|
|
LOGO = 21
|
|
VULN = 22
|
|
UNVULN = 23
|
|
NETEERROR = 24 |