Artifex/graph/apps.py
2026-08-15 16:58:54 +07:00

8 lines
178 B
Python

from __future__ import annotations
from django.apps import AppConfig
class GraphConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "graph"