Upd horsy to 140320221219

This commit is contained in:
BarsTiger
2022-03-14 12:46:48 +02:00
parent c85b2be089
commit 988832acfb
25 changed files with 1458 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import os
def cls():
os.system('cls' if os.name == 'nt' else 'clear')