#!/usr/bin/env python
# PYTHON_ARGCOMPLETE_OK

import lmh_core as lmh

if __name__ == "__main__":
	lmh.main()