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,6 @@
"""Utility functions that do not require the graphical user interface.
These functions are used throughout the Draft Workbench.
They can be called from any module, whether it uses the graphical
user interface or not.
"""