from django.apps import AppConfig


class JWTAuthConfig(AppConfig):
    name = 'jwt_auth'
