Originally reported byZachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
Currently they're all stored in utils.data_constants. However, for better readability when using the functions they should be stored inside the function, and then accessed in utils.data_constants.
Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
Currently they're all stored in
utils.data_constants
. However, for better readability when using the functions they should be stored inside the function, and then accessed inutils.data_constants
.How to do that is described here.