Compare commits
No commits in common. "c1970033f09a22aa4cc7d4afe2f173d93799f44c" and "c33659dae00d9877bb848d42b9fac2f0fc7c158a" have entirely different histories.
c1970033f0
...
c33659dae0
1 changed files with 1 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue