Files

6 lines
96 B
Python

from django.apps import AppConfig
class AiServicesConfig(AppConfig):
name = 'ai_services'