#!/usr/bin/env python

from src import sample_python_package
print(sample_python_package.hello())