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

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