#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ただ，実行するだけ．

from mm2xhtml.MixedMark import mmMain
import sys

mmMain(sys.argv)
