| """ | |
| BOINC Module | |
| Distributed computing integration for Cancer@Home | |
| """ | |
| from .client import BOINCClient, BOINCTaskManager, WorkUnit | |
| __all__ = ['BOINCClient', 'BOINCTaskManager', 'WorkUnit'] | |
| """ | |
| BOINC Module | |
| Distributed computing integration for Cancer@Home | |
| """ | |
| from .client import BOINCClient, BOINCTaskManager, WorkUnit | |
| __all__ = ['BOINCClient', 'BOINCTaskManager', 'WorkUnit'] | |