Remove clear function from audio, already in main

This commit is contained in:
Scoder12
2020-07-27 14:52:16 -07:00
parent 3bfde056a0
commit b936e413ec
-5
View File
@@ -14,11 +14,6 @@ from datetime import datetime, timedelta
from os import path
def clear():
"Clear is used to clear the terminal."
print("\033[H\033[2J", end="", flush=True)
class InvalidFileType(Exception):
"Exception for when a requested file's type isnt valid"
pass