App: Modernize Python bindings with new API model.

This commit is contained in:
tritao
2025-02-08 21:36:52 +00:00
committed by Benjamin Nauck
parent 154e00f9a3
commit a178e3bb71
21 changed files with 2090 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from DocumentObject import DocumentObject
class DocumentObjectGroup(DocumentObject):
"""
This class handles document objects in group
Author: Werner Mayer (wmayer@users.sourceforge.net)
Licence: LGPL
"""
...