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
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 bakeIt appears this is to access the command line options in
bake.Opt.paramsfor use in thePARAMS()function -- which anyway doesn't seem to be called from anywhere.We should delete this section