#!/usr/bin/env python

from remedy import main
from remedy import begin

begin.main.Program(main).start()
