Artifex/graph/apps.py

9 lines
178 B
Python
Raw Permalink Normal View History

2026-08-15 16:58:54 +07:00
from __future__ import annotations
from django.apps import AppConfig
class GraphConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "graph"