hendrik/scripts/separator.py

6 lines
90 B
Python

import shutil
def separator():
return "\u2500" * shutil.get_terminal_size().columns