MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / show_banner

Function show_banner

engine.py:11–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9from middle import __VERSION__
10
11def show_banner():
12 banner = f"""[green]
13 ____ ____ ____ ____ ____ ____ ____ ____ ____
14||m |||a |||p |||X |||p |||l |||o |||r |||e ||
15||__|||__|||__|||__|||__|||__|||__|||__|||__||
16|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|
17[reset]
18 MapXplore - [bold]Version: {__VERSION__}[reset]
19 Author: [bold]Daniel Vargas[reset]
20 Repository: [bold]https://github.com/daniel2005d/mapXplore[reset]
21"""
22
23 AnsiPrint.print(banner)
24
25parser = argparse.ArgumentParser()
26parser.add_argument('--config', required=False)

Callers 1

engine.pyFile · 0.85

Calls 1

printMethod · 0.45

Tested by

no test coverage detected