mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
4 lines
107 B
Python
4 lines
107 B
Python
from __future__ import unicode_literals
|
|
from .service import Service # noqa:flake8
|
|
|
|
__version__ = '1.1.0'
|