Update startup

This commit is contained in:
BarsTiger
2022-02-27 19:41:57 +02:00
parent 8e34e34f7e
commit 7fe161fc42
2 changed files with 26 additions and 16 deletions

View File

@@ -3,3 +3,7 @@ import os
def cls():
os.system('cls' if os.name == 'nt' else 'clear')
def softcls():
print('\n' * os.get_terminal_size().lines)