#!/usr/bin/python3 -sP
import kismon.core

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