hebdobot/events/__init__.py

6 lines
52 B
Python

from .event import Event
events = (
Event(),
)