#!/usr/bin/env python3

import sys
sys.path.append('/usr/share/pactime/src')

import pactime_daemon
pactime_daemon.run()

