All recipes begin with: from databaker.constants import * so it helps if this is less of a mess -- like, for example, we know about all the constants that it does import.
Currently there is a circular dependency with an import bake
It appears this is to access the command line options in bake.Opt.params for use in the PARAMS() function -- which anyway doesn't seem to be called from anywhere.
We should delete this section