1#! /usr/bin/env python 2# Copyright Joel de Guzman 2002-2007. Distributed under the Boost 3# Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt 4# or copy at http://www.boost.org/LICENSE_1_0.txt) 5# Hello World Example from the tutorial 6 7import hello_ext 8print(hello_ext.greet()) 9