()
| 667 | return fn_saved[-1], fn_saved[-1], '' |
| 668 | |
| 669 | def unload_models(): |
| 670 | model_holder.unload_models() |
| 671 | |
| 672 | |
| 673 | # TODO: code borrowed from the internet to be marked as such and to reside in separate files |
nothing calls this directly
no test coverage detected