apps.py 104 B

12345
  1. from django.apps import AppConfig
  2. class NameExtractionConfig(AppConfig):
  3. name = 'name_extraction'