mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
9 lines
150 B
Python
9 lines
150 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class BuildConfig(AppConfig):
|
|
name = 'build'
|