mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-05 04:20:40 +00:00
8 lines
100 B
Python
Executable File
8 lines
100 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys
|
|
|
|
import dockertidy.__main__
|
|
|
|
sys.exit(dockertidy.__main__.main())
|