InvenTree/InvenTree/build/apps.py

9 lines
167 B
Python

"""Django app for the BuildOrder module"""
from django.apps import AppConfig
class BuildConfig(AppConfig):
"""BuildOrder app config class"""
name = 'build'