__init__.py 110 B

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