summaryrefslogtreecommitdiff
path: root/domestic/globally/clear_screen.py
blob: 2d8af534168deea334b0940087628e9f777a9a34 (plain)
1
2
3
4
5
6
7
8
import os

from domestic.utility.status_message import *


def clear_screen():
  os.system('cls')
  status_message(None, 'program')