InvenTree/InvenTree/stock/apps.py

8 lines
126 B
Python
Raw Normal View History

2017-03-27 10:04:15 +00:00
from __future__ import unicode_literals
from django.apps import AppConfig
class StockConfig(AppConfig):
name = 'stock'