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