from django.apps import AppConfig


class PzConfig(AppConfig):
    name = 'pz'
