mirror of
https://github.com/sprockets/sprockets.handlers.heartbeat.git
synced 2024-11-28 19:29:51 +00:00
10 lines
144 B
ReStructuredText
10 lines
144 B
ReStructuredText
|
Examples
|
||
|
========
|
||
|
The following example ...
|
||
|
|
||
|
.. code:: python
|
||
|
|
||
|
from sprockets import handlers.heartbeat
|
||
|
|
||
|
class Foo(object):
|
||
|
pass
|