Closed jjmaldonis closed 7 years ago
I should be able to decouple the parameters from the logging module by using
logging
sys.modules['parameters'] = parameters
at which point we can just import parameters to get them.
import parameters
See 0570554eaf64c3327f6c9ea13ebe848a461bac37
I should be able to decouple the parameters from the
logging
module by usingat which point we can just
import parameters
to get them.