Files
InvenTree/InvenTree/order/apps.py
Matthias Mair a92442e60e added autofixes
2024-01-07 20:58:23 +01:00

10 lines
170 B
Python

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