MCPcopy
hub / github.com/nsonaniya2010/SubDomainizer / printlogo

Function printlogo

SubDomainizer.py:708–717  ·  view source on GitHub ↗

Print the logo returned by logo() function. Returns --------- object Termcolor object to print colored logo on CLI screen.

()

Source from the content-addressed store, hash-verified

706
707
708def printlogo():
709 """
710 Print the logo returned by logo() function.
711
712 Returns
713 ---------
714 object
715 Termcolor object to print colored logo on CLI screen.
716 """
717 return termcolor.colored(logo(), color='red', attrs=['bold'])
718
719
720if __name__ == "__main__":

Callers 1

SubDomainizer.pyFile · 0.85

Calls 1

logoFunction · 0.85

Tested by

no test coverage detected