mirror of
https://github.com/docker/compose.git
synced 2026-06-25 10:38:23 +00:00
6 lines
122 B
Python
6 lines
122 B
Python
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
|
|
from compose.cli.main import main
|
|
|
|
main()
|