File size: 85 Bytes
7111e1a
 
 
 
1
2
3
4
5
# mnb/__init__.py
from .classifier import MNBClassifier

__all__ = ["MNBClassifier"]