Removed unnecessary if-else statements in class Box and class ButtonBox(Box)'s def update() functions
Fixed variable name spelling error ( DEFAUTL_OPTION -> DEFAULT_OPTION )
Removed random whitespaces
Beautified some other things for better readability
Removed unnecessary if-else statements in
class Box
andclass ButtonBox(Box)
'sdef update()
functions Fixed variable name spelling error (DEFAUTL_OPTION
->DEFAULT_OPTION
) Removed random whitespaces Beautified some other things for better readability