> Hi, > > Thanks for the review! No, there is no reason for it being CamelCase. I had > written > the code in CamelCase originally then 'sed s/CamelCase/snake_case/g'd the > functions. > I forgot to update this one :) > > Looks like I also forgot to update the Colors class as well.
I'd actually use big CamelCase for the class names. That's what most Python code I've seen does. Filip