Files
create/src/Base/PyObjectBase.pyi
2025-10-14 10:00:04 -05:00

9 lines
136 B
Python

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