<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.apps import AppConfig


class DeployConfig(AppConfig):
    name = 'deploy'
</pre></body></html>