#!/usr/bin/env python3 # *_* coding: utf-8 *_* """ Melter is a GUI wrapper for the MTPy meltpool tomography and selective laser melting pyrometric analysis library """ __version__ = "0.1.0" __license__ = "MIT" __status__ = "Prototype"