mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Move clear function from audio to main
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
from .audio import Audio
|
||||
from .database import db
|
||||
|
||||
|
||||
def clear() -> None:
|
||||
"Clear is used to clear the terminal."
|
||||
print("\033[H\033[2J", end="", flush=True)
|
||||
|
||||
|
||||
audio = Audio()
|
||||
|
||||
Reference in New Issue
Block a user