#!/usr/bin/env python

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