Description
I'd like to be able to import as a module / library from my code. Would it be possible to expose the core functionality as a library/module with exported functions or classes?
Suggested Solution
Currently the project is only exposed as a CLI tool.
I would like to use it programmatically from other environments (Node.js and Python wrappers).
Alternatives
Run as executable
Additional Context
No response