7 lines
90 B
Python
7 lines
90 B
Python
class PyObjectBase:
|
|
"""
|
|
The most base class for Python bindings.
|
|
"""
|
|
|
|
...
|