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 4ed1c54ab2
commit e1c51becdc
21 changed files with 2090 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from Extension import Extension
class DocumentObjectExtension(Extension):
"""
Base class for all document object extensions
Author: Stefan Troeger (stefantroeger@gmx.net)
Licence: LGPL
"""
...