swig/Examples/test-suite/python/python_append_runme.py
2009-01-31 14:37:54 +00:00

4 lines
62 B
Python

from python_append import *
t=Test()
t.func()
t.static_func()