I have written a simple application involving a single model and a single controller. I would also like to provide a CLI version for it. Is it possible to run the application and be able to interact (through print / input() or similar) with the controller? It would need to load the model, then execute the controller.
Thanks, - James