Source code for intranet.apps.oauth.apps

from django.apps import AppConfig


[docs]class OauthConfig(AppConfig): name = "intranet.apps.oauth"