#!/usr/bin/python2.7
import sys,logging
from ttfquery import ttfmetadata
logging.basicConfig( level = logging.INFO )
sys.exit( ttfmetadata.main())
