from django.apps import AppConfig


class DjangoMatplotlibConfig(AppConfig):
    name = 'django_matplotlib'
    
