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,7 @@
"""Classes that define the task panels of GUI commands.
These classes load `.ui` files that will be used in the task panel
of the graphical commands.
The classes define the behavior and callbacks of the different widgets
included in the `.ui` file.
"""