]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/python/example/tutorial/hello.py
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / python / example / tutorial / hello.py
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
7 import hello_ext
8 print(hello_ext.greet())