"""The replit python module.""" from . import maqpy from .audio import Audio from .database import db def clear() -> None: """Clear the terminal.""" print("\033[H\033[2J", end="", flush=True) audio = Audio()