from django.apps import AppConfig class YoutubeConfig(AppConfig): """Django app configuration for the YouTube app.""" name = "youtube"