#!/usr/bin/python3 -sP
from ldapauthkeys import olak_main
import sys

olak_main(sys.argv)
