mirror of
https://github.com/sprockets/sprockets.handlers.heartbeat.git
synced 2024-11-29 03:00:25 +00:00
8 lines
No EOL
141 B
Python
8 lines
No EOL
141 B
Python
"""
|
|
handlers.heartbeat
|
|
|
|
A callback-based heartbeat handler
|
|
|
|
"""
|
|
version_info = (0, 0, 0)
|
|
__version__ = '.'.join(str(v) for v in version_info) |