You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of issue #39 , it would be nice to make the classes more consistent. Right now, some are old-style Python classes and some are new-style (inheriting from object). For instance, the Config class is old-style.
The text was updated successfully, but these errors were encountered:
As part of issue #39 , it would be nice to make the classes more consistent. Right now, some are old-style Python classes and some are new-style (inheriting from
object
). For instance, theConfig
class is old-style.The text was updated successfully, but these errors were encountered: