updating docblock locations.

This commit is contained in:
Ian 'z0r0' Abreu
2025-09-02 08:28:47 -04:00
parent b1c551026e
commit 78ec52f1a8
76 changed files with 230 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ from TechDraw.DrawViewCollection import DrawViewCollection
class DrawProjGroup(DrawViewCollection):
"""
Feature for creating and manipulating Technical Drawing Projection Groups
Author: WandererFan (wandererfan@gmail.com)
License: LGPL-2.1-or-later
"""
def addProjection(self) -> Any: