File size: 140 Bytes
7c67638
 
 
 
 
 
1
2
3
4
5
6
7
"""Webmind Brain — graph-based reasoning without neural networks."""

from .brain import Brain

__all__ = ["Brain"]
__version__ = "0.1.0"