#!/usr/bin/env python

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