Praxis_Bot/utilities_script.py
Alex Orid 994981cfdb First Push
Im so sorry for the bad code T_T

(Also note to self, I deleted the old code)
2020-09-19 23:38:49 -04:00

5 lines
84 B
Python

import os
clearScreen = lambda : os.system('cls' if os.name == 'nt' else 'clear')