Praxis_Bot/utilities_script.py
Alex Orid 4f55c84ba8 idea
2020-10-20 00:10:42 -04:00

6 lines
146 B
Python

import os
clearScreen = lambda: os.system('cls' if os.name == 'nt' else 'clear')
def get_args(text: str) -> list:
return text.split(" ")