#!/usr/bin/env python

import sys
sys.path.append("src")
import timernotify
timernotify.main()
