This commit is contained in:
jeremygan2021
2026-03-11 14:31:17 +08:00
parent 6361b7a522
commit 1a30da74cf
16 changed files with 422 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class AiServicesConfig(AppConfig):
name = 'ai_services'