9 lines
136 B
Python
9 lines
136 B
Python
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
class PyObjectBase:
|
|
"""
|
|
The most base class for Python bindings.
|
|
"""
|
|
|
|
...
|