__init__.py 163 B

12345678
  1. __version__ = '0.1.3'
  2. __author__ = 'Miroslav Shubernetskiy'
  3. try:
  4. from .generics import * # noqa
  5. from .mixins import * # noqa
  6. except Exception:
  7. pass