""" Configuration of re2o app. """ from django.apps import AppConfig class Re2oConfig(AppConfig): """Configuration of re2o app.""" name = "re2o"