InvenTree/InvenTree/order/apps.py

10 lines
172 B
Python

"""Config for the 'order' app."""
from django.apps import AppConfig
class OrderConfig(AppConfig):
"""Configuration class for the 'order' app."""
name = 'order'