summaryrefslogtreecommitdiff
path: root/domestic/globally/clear_screen.py
diff options
context:
space:
mode:
authorAL-LCL <alvin@alvinhavel.com>2023-05-19 11:01:49 +0200
committerAL-LCL <alvin@alvinhavel.com>2023-05-19 11:01:49 +0200
commit20dbeb2f38684c65ff0a4b99012c161295708e88 (patch)
treea5b8445f55da2fbbb92443b68e9d7354a290c598 /domestic/globally/clear_screen.py
NeoRATHEADmain
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