blob: 82f49232b77c423c33f6501cbafb60c7437d78cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Timed events documentation
==========================
.. automodule:: timed_events
.. autoclass:: TimedEvent
.. automethod:: __init__
.. autoclass:: DelayedEvent
.. automethod:: __init__
|