#!/usr/bin/python
import os
import sys
import makechr
sys.path.append(os.path.dirname(makechr.__file__))
from makechr import makechr
makechr.main()
