nginx-configurator/ncc

3 lines
66 B
Python
Executable file

#!/bin/env python3
from nginx_configurator import main
main.cli()