This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
"""passbook pretend config"""
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class PassbookPretendConfig(AppConfig):
|
|
"""passbook pretend config"""
|
|
|
|
name = 'passbook.pretend'
|
|
label = 'passbook_pretend'
|
|
verbose_name = 'passbook Pretender'
|
|
mountpoint = ''
|