#!/usr/bin/env python

import meerkathi
import sys

meerkathi.main(sys.argv[1:])
