Draft: docstrings for the submodules

This commit is contained in:
vocx-fc
2020-02-29 18:19:56 -06:00
committed by Yorik van Havre
parent 8c33c43532
commit 855dc4c989
6 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
"""Functions and classes that define custom scripted objects.
These classes define a custom object which is based on one of the core
objects defined in C++. The custom object inherits some basic properties,
and new properties are added.
Most Draft objects are based on Part::Part2DObject.
"""