#!python
import sys
import programs_integrator

if __name__ == "__main__":
    sys.exit(programs_integrator.run())
