__init__.py 92 B

1234
  1. from __future__ import unicode_literals
  2. from .service import Service
  3. __version__ = '0.0.2'