from django.apps import AppConfig


class SlideshowConfig(AppConfig):
    name = 'slideshow'
