mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
7 lines
122 B
Python
7 lines
122 B
Python
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
|
|
from compose.cli.main import main
|
|
|
|
main()
|