Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/python/mod_runme.py
2019-08-04 21:38:19 -05:00

7 lines
72 B
Python

import mod_a
import mod_b
c = mod_b.C()
d = mod_b.D()
d.DoSomething(c)