hebdobot/events/__init__.py

9 lines
121 B
Python
Raw Normal View History

2024-04-06 22:27:24 +02:00
from .notification import Notification
from .mastodon import Mastodon
events = (
2024-04-06 22:27:24 +02:00
Notification(),
Mastodon(),
)