https://lists.osgeo.org/pipermail/qgis-developer/2020-January/060033.html
In general, try to avoid any "from processing.* " imports -- those are
all internal details and not considered stable API. Anything in
"qgis.processing" IS stable and is public API, designed for external
use.