# Copyright (C) 2014 Intel Corporation # # Licensed under the MIT license, see COPYING.MIT for details # # SPDX-License-Identifier: MIT from django.apps import AppConfig class RecipeReportingSystemConfig(AppConfig): name = 'rrs' verbose_name = 'Recipe Reporting System'