dg-clt/dg_clt/screen.py

4 lines
76 B
Python

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