mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-15 15:45:54 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
from .bayesclass import TAN
|
|
|
|
from ._version import __version__
|
|
|
|
__all__ = ["TAN", "__version__"]
|