MCPcopy Create free account
hub / github.com/PAIR-code/lit / get_lit_logo

Function get_lit_logo

lit_nlp/dev_server.py:33–46  ·  view source on GitHub ↗

Prints the LIT logo as ASCII art.

()

Source from the content-addressed store, hash-verified

31
32
33def get_lit_logo():
34 """Prints the LIT logo as ASCII art."""
35 # pyformat: disable
36 logo = ('\n'
37 r' ( ( ' '\n'
38 r' )\ ) )\ ) * ) ' '\n'
39 r'(()/((()/(` ) /( ' '\n'
40 r' /(_))/(_))( )(_))' '\n'
41 r'(_)) (_)) (_(_()) ' '\n'
42 r'| | |_ _||_ _| ' '\n'
43 r'| |__ | | | | ' '\n'
44 r'|____|___| |_| ' '\n\n')
45 # pyformat: enable
46 return logo
47
48
49def get_available_keywords(func):

Callers 1

serveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected