#!/usr/bin/env python3
# -*- coding: UTF-8 -*-

import emojify

args = emojify.run_argparse()
emojify.main(args.input, args.output, args.emoji)
