Artifex/control_plane/ventures/apps.py

9 lines
198 B
Python
Raw Normal View History

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