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