- remove build specs - move pytest.ini into pyproject.toml - update readme - add pre-commit config - run formatters - add Makefile
4 lines
69 B
Python
4 lines
69 B
Python
from pyinfra.queue import queue_manager
|
|
|
|
__all__ = ["queue_manager"]
|