NDCT/ndct/core/banner.py

12 lines
322 B
Python
Raw Permalink Normal View History

2024-06-09 19:22:26 +01:00
def banner():
print('''
Created by: github.com/m4cfarlane
_ _ ____ ____ _____
| \ | | _ \ / ___|_ _|
| \| | | | | | | |
| |\ | |_| | |___ | |
|_| \_|____/ \____| |_|
Network Device Configuration Tool
A configuration tool for efficient network device management.
''')