Files
Melter/__init__.py
2021-05-20 18:19:32 +01:00

12 lines
237 B
Python

#!/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"