AutomatedFanfic/root/app/notifications.py
MrTyton 9833f81007 Update to properly utilize docker
Trying this, time to see if it works.
2022-03-25 17:21:17 -04:00

9 lines
149 B
Python

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