#!/usr/pkg/bin/python2.7
from wxRemind.wxRemind import App
app = App()
app.MainLoop()
