Files
BLEN/lib/core/enums.py

7 lines
99 B
Python
Raw Normal View History

2021-12-21 16:37:18 +08:00
#coding:utf-8
class CUSTOM_LOGGING:
LOGO = 21
VULN = 22
UNVULN = 23
NETEERROR = 24