forked from mindiell/hebdobot
6 lines
52 B
Python
6 lines
52 B
Python
|
from .event import Event
|
||
|
|
||
|
events = (
|
||
|
Event(),
|
||
|
)
|