InvenTree/InvenTree/build/apps.py
2018-04-17 00:32:02 +10:00

9 lines
150 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class BuildConfig(AppConfig):
name = 'build'