Off by one error.
[audio.git] / src / youtube / apps.py
1 from django.apps import AppConfig
2
3
4 class YoutubeConfig(AppConfig):
5     name = 'youtube'