1#! /usr/bin/env python
2
3import sys
4from fontTools import merge
5
6merge.main(sys.argv[1:])
7