Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This uses entrypoints to create a vanity CLI, so rather than needing to do `python -m scholia ...`, you can just do `scholia ...`. To test this code, you must reinstall Scholia, entrypoints do not get updated on editable installations without doing `pip install .` or `pip install -e .` again.
- Loading branch information