summaryrefslogtreecommitdiff
path: root/command/apps.py
blob: af2c2b4599234be5d3dcbb49267fc97d6680e5ed (plain)
1
2
3
4
5
from django.apps import AppConfig


class CommandConfig(AppConfig):
    name = 'command'