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
"""