summaryrefslogtreecommitdiff
path: root/domestic/shell/stdout.py
blob: cceab86522534f9b28c785bf77efb5ea7a890aa9 (plain)
1
2
3
4
5
6
7
8
from domestic.utility.status_message import *


def stdout(low_message, message):
  if low_message == '':
    status_message(None, 'program')
  else:
    status_message(f'\'{message["message"]}\' command could not be found\nUse \'help\' command for assistance', 'warning')