"""虫群正式版 v1.0 — 核心模块""" from .brain import Brain, AreaType __version__ = '1.0.0' __all__ = ['Brain', 'AreaType']