swig/Examples/test-suite/python/python_append_runme.py

5 lines
62 B
Python

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