from django.apps import AppConfig


class ShapeprintAppConfig(AppConfig):
    name = 'shapeprint_app'
