__version__ = '0.1'
__author__ = 'Miroslav Shubernetskiy'

try:
    from .generics import *
    from .mixins import *
except Exception:
    pass