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

6 lines
85 B
Python

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