Source code for web3auth.apps

from django.apps import AppConfig


[docs]class Web3AuthConfig(AppConfig): name = 'web3auth'