swig/Examples/test-suite/python/python_append_runme.py
2009-04-11 16:46:47 +00:00

4 lines
62 B
Python

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