5 lines
99 B
Python
5 lines
99 B
Python
|
|
|
|
class Reminders: # ntfy.sh notification?
|
|
def __init__(self):
|
|
self.trigger_phrase = "reminders" |