mirror of https://github.com/docker/compose.git
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
|
#!/usr/bin/env python
|
||
|
from compose.cli.main import main
|
||
|
main()
|