#! /usr/bin/env python
import sys,logging
from ttfquery import ttffamily
logging.basicConfig( level = logging.INFO )
sys.exit( ttffamily.main())
