7 lines
92 B
Python
7 lines
92 B
Python
"""
|
|
nanobot - A lightweight AI agent framework
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__logo__ = "🐈"
|