Mentors4EDU's picture
Upload 33 files
7a92197 verified
raw
history blame contribute delete
199 Bytes
"""
BOINC Module
Distributed computing integration for Cancer@Home
"""
from .client import BOINCClient, BOINCTaskManager, WorkUnit
__all__ = ['BOINCClient', 'BOINCTaskManager', 'WorkUnit']