Problem
Some users may prefer an app-like workflow instead of importing a python class, and by default scikit-package includes a pathway for one. But currently, the only function of the "app" is to return the version and a basic help message.
Proposed solution
Since the program is very simple, the app can work much like the class does. Instead of importing the stretched-nmf class, a user might run something like stretched-nmf data_file.xy rho=1e12 eta=610 show_plots=True, which would create output files in the same directory.