#!/usr/bin/python3

import sys
sys.path.insert(0, '/usr/share/nfoview')

import nfoview
nfoview.main(sys.argv[1:])
