#!/usr/bin/python

from idempotent.main import run

if __name__ == "__main__":
    run()	
