blob: 2e180ed9cfc7a9286bbd756b7401db7e7ce2541a (
plain) (
blame)
1
2
3
4
5
6
7
|
__author__ = 'EventMQ Contributors'
__version__ = '0.3.6'
PROTOCOL_VERSION = 'eMQP/1.0'
from .client.messages import defer_job # noqa
from .client.jobs import job, schedule, unschedule # noqa
|