summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/landscaping.pyx
blob: afc999e5393a9b36d312beec485e1b5e5d33d5d0 (plain)
1
2
3
4
5
6
7
cimport shrubbing
import shrubbing

def main():
    cdef shrubbing.Shrubbery sh
    sh = shrubbing.standard_shrubbery()
    print("Shrubbery size is", sh.width, 'x', sh.length)