summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/landscaping.pyx
blob: c54e74fd00d4bcec628966e8b6815e4ff588ab45 (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)