/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
label_studio/data_export/apps.py
7 строк
269 B
niklub
Release 1.0.0 (#652)
16 мар 2021, 19:35
Не верифицирован
16 мар 2021, 19:35
6ec1e79
Код
Авторство
О чём код?
"""This file and its contents are licensed under the Apache License 2.0. Please see the included NOTICE for copyright information and LICENSE for a copy of the license. """ from django.apps import AppConfig class DataExportConfig(AppConfig): name = 'data_export'