def error_msg(message: str): return f"[#e5323b][Error] [#reset]{message}" def good_msg(message: str): return f"[#52ff54][Success] [#reset]{message}"