6 lines
90 B
Python
6 lines
90 B
Python
import shutil
|
|
|
|
|
|
def separator():
|
|
return "\u2500" * shutil.get_terminal_size().columns
|