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