forked from mindiell/hebdobot
9 lines
121 B
Python
9 lines
121 B
Python
from .notification import Notification
|
|
from .mastodon import Mastodon
|
|
|
|
|
|
events = (
|
|
Notification(),
|
|
Mastodon(),
|
|
)
|