tf_django/app/apps.py
2026-04-20 14:27:34 +00:00

6 lines
81 B
Python

from django.apps import AppConfig
class AppConfig(AppConfig):
name = 'app'