aboutsummaryrefslogtreecommitdiffstats
path: root/eventmq/__init__.py
blob: 018a540d22e6adf20d2edf2641a79d7dcd4e8f0a (plain) (blame)
1
2
3
4
5
6
7
__author__ = 'EventMQ Contributors'
__version__ = '0.3.10-rc1'

PROTOCOL_VERSION = 'eMQP/1.0'

from .client.messages import defer_job  # noqa
from .client.jobs import job, schedule, unschedule  # noqa