Compare commits
2 commits
c33659dae0
...
c1970033f0
Author | SHA1 | Date | |
---|---|---|---|
c1970033f0 | |||
14cba5daba |
1 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ yeet_dist = None
|
||||||
|
|
||||||
|
|
||||||
def clear():
|
def clear():
|
||||||
|
if os.name == "nt":
|
||||||
|
os.system("cls")
|
||||||
|
else:
|
||||||
os.system("clear")
|
os.system("clear")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue