mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BuildConfig(AppConfig):
|
|
name = 'build'
|