honcho/src/deriver/__init__.py

6 lines
59 B
Python

from .enqueue import enqueue
__all__ = [
"enqueue",
]