#!/usr/bin/env python
"""
This is pmt command in bin directory, runs pmt.py module in pymodel directory
"""

import pmt  # find pmt.py anywhere on Python path

pmt.main()
