#!/usr/bin/env python

from edda import run_edda

if __name__ == '__main__':
    run_edda.main()
