mirror of
https://github.com/docker/compose.git
synced 2025-06-23 15:10:17 +02: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()
|