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

if __name__ == '__main__':
	kismon.core.main()
