#! /usr/bin/env python # -*- coding: utf-8 -*- """Wrapper for running directly from the source code directory""" import sys from munter.munter import main if __name__ == "__main__": sys.exit(main())