2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 21:16:46 +00:00
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
"""