File size: 199 Bytes
7a92197
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""

BOINC Module

Distributed computing integration for Cancer@Home

"""

from .client import BOINCClient, BOINCTaskManager, WorkUnit

__all__ = ['BOINCClient', 'BOINCTaskManager', 'WorkUnit']