Files
create/src/Base/PyObjectBase.pyi
2025-03-01 16:32:22 +00:00

7 lines
90 B
Python

class PyObjectBase:
"""
The most base class for Python bindings.
"""
...