Upd horsy to 140320221219
This commit is contained in:
5
horsydist/resources/lib/console.py
Normal file
5
horsydist/resources/lib/console.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
|
||||
def cls():
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
Reference in New Issue
Block a user