#!python

from taeg.run import run_taeg

if __name__ == "__main__":
    run_taeg()
