from django.apps import AppConfig


class CheckpointConfig(AppConfig):
    name = "checkpoint"
