minimax

A configurable minimax package


License
MIT
Install
pip install minimax==0.0.2

Documentation

Minimax package

Installation

Enter the following website and run the given command for installation: https://pypi.org/project/minimax/

Documentation

Currently you have only one class named Minimax. To access it you need to do the following:

from Minimax import minimax

m = minimax.Minimax()

currently there is no functionality but we are working on it.