Init
im going to bed -=-
This commit is contained in:
7
display.py
Normal file
7
display.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
|
||||
def clear():
|
||||
os.subprocess('cls' if os.name == 'nt' else 'clear')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user