mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-25 15:04:19 +00:00
6 lines
145 B
Python
6 lines
145 B
Python
"""LangBot - Production-grade platform for building agentic IM bots"""
|
|
|
|
from importlib.metadata import version
|
|
|
|
__version__ = version('langbot')
|