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

6 lines
93 B
Python

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