#!/usr/bin/python3
import sys
sys.path.insert(0, '/usr/lib/entropymon')
from monitor import main
main()
