File size: 89 Bytes
4bfc055
 
 
 
1
2
3
4
5
# mnb/__init__.py
from .classifier import MNBClassifier

__all__ = ["MNBClassifier"]