Dev 140320221219
Moved logic to multiple files, changed file system
This commit is contained in:
5
resources/lib/console.py
Normal file
5
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