summaryrefslogtreecommitdiff
path: root/domestic/globally/clear_screen.py
diff options
context:
space:
mode:
Diffstat (limited to 'domestic/globally/clear_screen.py')
-rw-r--r--domestic/globally/clear_screen.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/domestic/globally/clear_screen.py b/domestic/globally/clear_screen.py
new file mode 100644
index 0000000..2d8af53
--- /dev/null
+++ b/domestic/globally/clear_screen.py
@@ -0,0 +1,8 @@
+import os
+
+from domestic.utility.status_message import *
+
+
+def clear_screen():
+ os.system('cls')
+ status_message(None, 'program') \ No newline at end of file