Source code for tosp_auth.apps

from django.apps import AppConfig


[docs]class TospAuthConfig(AppConfig): name = 'tosp_auth'