Source code for router.apps

from django.apps import AppConfig


[docs]class RouterConfig(AppConfig): name = 'router'