#!/usr/bin/python
import ropeide.core


if __name__ == '__main__':
    ropeide.core.get_core().run()
