LeonidPodosinnikov

test.py

Mar 8th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. import mymodule
  2. obj = mymodule.cppClass('i am a string member of cppClass')
  3. obj.print()
Advertisement
Add Comment
Please, Sign In to add comment