#!/usr/bin/python
# -*-coding: utf-8 -*

import sys

from magicstr.magicstr import do_run

if __name__ == '__main__':
    sys.exit(do_run())
