compose/fig/__init__.py
Ben Firshman f94ce7767c Ship 0.2.0
2014-01-31 10:52:57 +00:00

4 lines
92 B
Python

from __future__ import unicode_literals
from .service import Service
__version__ = '0.2.0'