from django.apps import AppConfig


class ProductConfig(AppConfig):
    name = 'product'
    