#!/usr/bin/python2.7
# -*- coding: utf-8 -*-

from genxword import control

if __name__ == '__main__':
    control.main()
