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