#!/usr/bin/python

import sys
sys.path.insert(0, "/opt/theonering/lib")


import theonering


if __name__ == "__main__":
	theonering.main(logToFile=True)
