mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
5 lines
107 B
Python
5 lines
107 B
Python
from __future__ import unicode_literals
|
|
from .service import Service # noqa:flake8
|
|
|
|
__version__ = '1.1.0'
|