]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/python/example/quickstart/script.py
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / python / example / quickstart / script.py
1 #! /usr/bin/env python
2 # Copyright Stefan Seefeld 2006. Distributed under the Boost
3 # Software License, Version 1.0. (See accompanying
4 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 print('Hello World !')
7 number = 42