NDCT/ndct/core/banner.py

12 lines
322 B
Python

def banner():
print('''
Created by: github.com/m4cfarlane
_ _ ____ ____ _____
| \ | | _ \ / ___|_ _|
| \| | | | | | | |
| |\ | |_| | |___ | |
|_| \_|____/ \____| |_|
Network Device Configuration Tool
A configuration tool for efficient network device management.
''')