mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-14 16:36:07 +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')
|