from django.apps import AppConfig


class PlanConfig(AppConfig):
    name = 'Plan'
