"""ChemGraph Command Line Interface. Entry point:: chemgraph = "chemgraph.cli:main" """ from chemgraph.cli.main import main __all__ = ["main"]