8 lines
200 B
Python
8 lines
200 B
Python
from __future__ import annotations
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class KnowledgeConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "control_plane.knowledge"
|