from django.apps import AppConfig


class UserprogramConfig(AppConfig):
    name = 'UserProgram'
