#!/usr/bin/env python

"""Run ad-ldap-enum from a source checkout."""

from adldapenum.cli import run


if __name__ == '__main__':
    run()

