uccser/cs-field-guide

View on GitHub
csfieldguide/interactives/apps.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Application configuration for the interactives application."""

from django.apps import AppConfig


class InteractivesConfig(AppConfig):
    """Configuration object for the interactives application."""

    name = "interactives"