Artifex/control_plane/ventures/apps.py
2026-08-15 20:56:56 +07:00

8 lines
198 B
Python

from __future__ import annotations
from django.apps import AppConfig
class VenturesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "control_plane.ventures"