#!/usr/bin/python
from titan import watcher

try:
    watcher.run()
except KeyboardInterrupt:
    pass
