#!/usr/bin/env python
import sys
from dhon import main

arg_input = " ".join(_ for _ in sys.argv)
main.convert(arg_input)
