Files
LangBot/src/langbot/__init__.py
T
2026-06-22 21:10:33 -04:00

6 lines
145 B
Python

"""LangBot - Production-grade platform for building agentic IM bots"""
from importlib.metadata import version
__version__ = version('langbot')