File: __init__.py

package info (click to toggle)
django-rq 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 620 kB
  • sloc: python: 2,964; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
VERSION = (3, 0, 1)

from .decorators import job
from .queues import enqueue, get_connection, get_queue, get_scheduler
from .workers import get_worker