#!/usr/bin/python

import sys
from eremaea.ctl.commandline import CommandLine

if __name__ == "__main__":
	cmd = CommandLine()
	sys.exit(cmd.main())
