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

try:
    watcher.run()
except KeyboardInterrupt:
    pass
