AutomatedFanfic/root/app/notifications.py

9 lines
149 B
Python
Raw Normal View History

class Notification():
def __init__(self):
self.name="Fanfiction"
def send_notification(self, title, text):
return