mirror of
https://github.com/docker/compose.git
synced 2025-11-05 14:14:09 +01:00
4 lines
63 B
Python
Executable File
4 lines
63 B
Python
Executable File
#!/usr/bin/env python
|
|
from compose.cli.main import main
|
|
main()
|