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

import pmg  # find pmg.py anywhere on Python path

pmg.main()
