#! /usr/bin/python3
import sys
sys.path.append('/usr/share/')

import tvnamer.main
tvnamer.main.main()
