summaryrefslogtreecommitdiff
path: root/rq/cli/__init__.py
blob: ec850b872765d1281d455a745ca9c9022d92d996 (plain)
1
2
3
4
5
6
# ruff: noqa: F401 I001
from .cli import main

# TODO: the following imports can be removed when we drop the `rqinfo` and
# `rqworkers` commands in favor of just shipping the `rq` command.
from .cli import info, worker