__init__.py 107 B

1234
  1. from __future__ import unicode_literals
  2. from .service import Service # noqa:flake8
  3. __version__ = '0.5.1'