Adding license documentation to interface class docblocks.

This commit is contained in:
Ian 'z0r0' Abreu
2025-09-01 21:50:59 -04:00
parent 0af34eeff6
commit b0b9f8fc35
76 changed files with 154 additions and 1 deletions

View File

@@ -8,5 +8,7 @@ from App.DocumentObject import DocumentObject
)
class DrawTile(DocumentObject):
"""
Author: WandererFan (wandererfan@gmail.com)
License: LGPL-2.1-or-later
Feature for adding tiles to leader lines
"""