chemgraph-loop / src /chemgraph /cli /__init__.py
rockyaaos's picture
ChemGraph Loop: guarded real-agent API (EMT/TBLite single-point energy)
c509967 verified
Raw
History Blame Contribute Delete
151 Bytes
"""ChemGraph Command Line Interface.
Entry point::
chemgraph = "chemgraph.cli:main"
"""
from chemgraph.cli.main import main
__all__ = ["main"]