SkyLearn-Test/app/apps.py
2023-12-26 00:25:09 +03:00

6 lines
81 B
Python

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