#!/usr/bin/env python import sys sys.path.insert(0, 'src') import wikitin.wikipediabrowser wikitin.wikipediabrowser.main(sys.argv)