hebdobot/events/__init__.py

9 lines
121 B
Python

from .notification import Notification
from .mastodon import Mastodon
events = (
Notification(),
Mastodon(),
)