Files
vrobbler/vrobbler/apps/podcasts/apps.py
2023-03-04 17:29:25 -05:00

6 lines
91 B
Python

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