chemgraph-loop / src /ui /__init__.py
rockyaaos's picture
ChemGraph Loop: guarded real-agent API (EMT/TBLite single-point energy)
c509967 verified
Raw
History Blame Contribute Delete
232 Bytes
"""ChemGraph UI Package.
This package contains the Streamlit web application for ChemGraph.
The CLI has been moved to ``chemgraph.cli``.
"""
try:
from chemgraph import __version__
except Exception:
__version__ = "unknown"