windows kompaktibel

This commit is contained in:
Michael S. 2023-10-31 10:31:45 +01:00
parent c33659dae0
commit 14cba5daba

View file

@ -18,6 +18,9 @@ yeet_dist = None
def clear():
if os.name == "nt":
os.system("cls")
else:
os.system("clear")