#!/usr/bin/env python

from minpypihello import modhello

print "This is myhello command (script)"
print "I will call the function from minpypihello package"

modhello.funchello()
