From fdd3b103bb209045123693cd60149b951c7b2be8 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Fri, 29 Nov 2024 13:24:16 +0100 Subject: rewritten the source of the application --- source/hardware_driver.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/hardware_driver.py') diff --git a/source/hardware_driver.py b/source/hardware_driver.py index 671ff4e..5879462 100644 --- a/source/hardware_driver.py +++ b/source/hardware_driver.py @@ -124,6 +124,9 @@ def custom_greeting(): time.sleep(3) lcd_instance.clear() +def joke_of_the_day(): + pass + def pomodoro(): try: duration_minutes = int(input("Enter duration in minutes: ")) -- cgit v1.2.3-70-g09d2