File size: 204 Bytes
d766458
 
 
 
 
 
1
2
3
4
5
6
7
# trigger each task's @register_task
from . import binder as _binder  # noqa: F401
from . import monomer as _monomer  # noqa: F401
from .registry import get_task_class

__all__ = ["get_task_class"]