mirror of
https://github.com/docker/compose.git
synced 2025-10-14 20:08:49 +02:00
5 lines
107 B
Python
5 lines
107 B
Python
from __future__ import unicode_literals
|
|
from .service import Service # noqa:flake8
|
|
|
|
__version__ = '0.5.2'
|