"""Webmind Brain — graph-based reasoning without neural networks.""" from .brain import Brain __all__ = ["Brain"] __version__ = "0.1.0"