"""App config for the markov module.""" from django.apps import AppConfig class MarkovConfig(AppConfig): name = 'markov'