InvenTree/InvenTree/stock/__init__.py
Oliver Walters d55ea1a982 PEP fixes
2019-04-28 01:09:48 +10:00

10 lines
136 B
Python

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