Files
files_mephi/Работы/web/python/sem2/web/polls/apps.py
T
2026-03-29 20:19:34 +03:00

6 lines
85 B
Python

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