Open lumi-a opened 3 months ago
Currently, constants are all over the place in code. Some are at the top of modules, some are just in the class __init__. Find out what the most pythonic way to manage such constants is, and implement it.
__init__
Currently, constants are all over the place in code. Some are at the top of modules, some are just in the class
__init__
. Find out what the most pythonic way to manage such constants is, and implement it.