File size: 111 Bytes
ab576ba
 
 
 
 
 
 
1
2
3
4
5
6
7
8
__version__ = '1.0.3'

from .backend import Prediction, Predictor

__all__ = [
    'Prediction', 'Predictor'
]