Portal/rsconcept/backend/apps/prompt/apps.py
2025-07-13 17:58:32 +03:00

9 lines
225 B
Python

''' Application: Prompts for AI helper. '''
from django.apps import AppConfig
class PromptConfig(AppConfig):
''' Application config. '''
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.prompt'