compose/bin/docker-compose
Bastian Venthur e8424d5ae0 Removed Python2 support
Closes: #6890

Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 17:37:47 +02:00

4 lines
63 B
Python
Executable File

#!/usr/bin/env python
from compose.cli.main import main
main()