#!/usr/bin/python

import sys

from rime.core import main

if __name__ == '__main__':
    sys.exit(main.Main(sys.argv))
