LICENSE
README.md
pyproject.toml
setup.cfg
src/ml_botting_core/__init__.py
src/ml_botting_core/base.py
src/ml_botting_core.egg-info/PKG-INFO
src/ml_botting_core.egg-info/SOURCES.txt
src/ml_botting_core.egg-info/dependency_links.txt
src/ml_botting_core.egg-info/top_level.txt
src/ml_botting_core/classification/__init__.py
src/ml_botting_core/classification/universal_classifier.py
src/ml_botting_core/model_management/__init__.py
src/ml_botting_core/model_management/download_models.py
src/ml_botting_core/model_management/load_models.py
src/ml_botting_core/model_management/model_manager.py
src/ml_botting_core/regression/__init__.py
src/ml_botting_core/regression/universal_regressor.py
tests/test_universal_predictor.py