2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Add module-level docstrings for each app

This commit is contained in:
Oliver Walters
2019-04-28 01:05:45 +10:00
parent b0487b33dc
commit aa04941bf1
6 changed files with 134 additions and 0 deletions

View File

@ -0,0 +1,9 @@
"""
The Stock module is responsible for Stock management.
It includes models for:
- StockLocation
- StockItem
- StockItemTracking
"""