MCPcopy Create free account
hub / github.com/Coooolfan/onlyboxes / print_banner

Function print_banner

scripts/install.py:149–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147
148
149def print_banner() -> None:
150 print(r"""
151 ____ __ ____
152 / __ \____ / /_ __/ __ )____ _ _____ _____
153 / / / / __ \/ / / / / __ / __ \| |/_/ _ \/ ___/
154/ /_/ / / / / / /_/ / /_/ / /_/ /> </ __(__ )
155\____/_/ /_/_/\__, /_____/\____/_/|_|\___/____/
156 /____/
157""")
158
159
160def _c(code: str, text: str) -> str:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected