from django.apps import AppConfig

class CheckInput(AppConfig):
    name = 'check_input'
    verbose_name = "Check Input"
