#!/usr/bin/env python
__author__ = 'schlitzer'

from el_aap_cli import main


if __name__ == '__main__':
    main()
