#!/usr/bin/env python

import numpy as np
import pandas as pd

if __name__ == "__main__":
   print('command line stub')

