mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-15 11:33:08 +00:00
7 lines
86 B
Python
7 lines
86 B
Python
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class StockConfig(AppConfig):
|
|
name = 'stock'
|