2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00
InvenTree/InvenTree/stock/__init__.py
Oliver Walters d9698b10cc PEP fixes
2020-04-22 13:21:45 +10:00

10 lines
136 B
Python

"""
The Stock module is responsible for Stock management.
It includes models for:
- StockLocation
- StockItem
- StockItemTracking
"""