mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 20:20:42 +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())
|