6 lines
104 B
Python
6 lines
104 B
Python
"""Job handlers — type-specific execution logic."""
|
|
|
|
from .base import Handler
|
|
|
|
__all__ = ["Handler"]
|