"""Config for the 'order' app."""
from django.apps import AppConfig
class OrderConfig(AppConfig):
"""Configuration class for the 'order' app."""
name = 'order'