Files
Scoring-System/backend/ai_services/apps.py
爽哒哒 290be5d5be
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
first commit
2026-03-20 23:30:57 +08:00

6 lines
96 B
Python

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