#!/usr/bin/python3.6 -s
from ldapauthkeys import olak_main
import sys

olak_main(sys.argv)
