NguyenPhong2612
first commit
ab576ba
raw
history blame contribute delete
111 Bytes
__version__ = '1.0.3'
from .backend import Prediction, Predictor
__all__ = [
'Prediction', 'Predictor'
]