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