mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-13 05:48:34 +03:00
Update and rename sign_vars.py to message_prefixes.py
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from octosuite.colors import red, white, green, reset
|
||||
|
||||
"""
|
||||
SignVar *Even here, I couldn't think of a good name.* The Attributes class holds the signs/symbols that show what
|
||||
MessagePrefix *Even here, I couldn't think of a good name.* The Attributes class holds the signs/symbols that show what
|
||||
a notification in OctoSuite might be all about. This might not be very important or necessary in some cases,
|
||||
but I think it's better to know the severity of the notifications you get in a program.
|
||||
"""
|
||||
class SignVar:
|
||||
class MessagePrefix:
|
||||
prompt = f"{white}[{green} ? {white}]{reset}"
|
||||
warning = f"{white}[{red} ! {white}]{reset}"
|
||||
error = f"{white}[{red} x {white}]{reset}"
|
||||
Reference in New Issue
Block a user