Metadata-Version: 2.4
Name: thinkr
Version: 0.1.1
Summary: AI theory as callable Python functions
Author: Suchibrata
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Thinkr

AI theory as Python functions.

## Usage

```python
from thinkr import hill_climbing

print(hill_climbing())
