mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
5 lines
87 B
5 lines
87 B
from django.apps import AppConfig
|
|
|
|
|
|
class ServerConfig(AppConfig):
|
|
name = 'server'
|