#!/usr/bin/python

import sys
sys.path.append("@CMAKE_INSTALL_PREFIX@/lib/ms-eater")

import main
main.main()