mirror of
https://github.com/Cian-H/Melter.git
synced 2025-12-22 22:22:00 +00:00
12 lines
237 B
Python
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"
|