flywheel.compat module

Utilities for Python 2/3 compatibility

class flywheel.compat.UnicodeMixin[source]

Bases: object

Mixin that handles __str__ and __bytes__. Just define __unicode__.