説明なし
# -*- coding: utf-8 -*-from __future__ import unicode_literalsfrom django.apps import AppConfigclass ShellsConfig(AppConfig): name = 'shells'