补充fansclub信息输出

This commit is contained in:
2022-06-05 22:38:59 +08:00
parent d48f7c772f
commit dc1800e492
2 changed files with 16 additions and 0 deletions

View File

@ -31,3 +31,9 @@ class Print(IOutput):
def userseq_output(self, msg):
print(f"\n{YELLOW}[+] {msg} {RESET}")
def control_output(self, msg):
print(f"\n{CYAN}[+] {msg} {RESET}")
def fansclub_output(self, msg):
print(f"\n{GREEN}[+] {msg} {RESET}")