from django.apps import AppConfig


class ArllmConfig(AppConfig):
    name = 'arllm'
