Compare commits

..

No commits in common. "c1970033f09a22aa4cc7d4afe2f173d93799f44c" and "c33659dae00d9877bb848d42b9fac2f0fc7c158a" have entirely different histories.

View file

@ -18,10 +18,7 @@ yeet_dist = None
def clear():
if os.name == "nt":
os.system("cls")
else:
os.system("clear")
os.system("clear")
def on_press(key):