mirror of
https://github.com/docker/compose.git
synced 2026-06-23 07:01:49 +00:00
6 lines
143 B
Python
Executable file
6 lines
143 B
Python
Executable file
#!/usr/bin/env python
|
|
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
|
|
from compose.cli.main import main
|
|
main()
|