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

import pma  # find pma.py anywhere on Python path

pma.main()
