4 lines
139 B
Python
4 lines
139 B
Python
|
"""passbook oauth_client Header"""
|
||
|
__version__ = '0.0.1-alpha'
|
||
|
default_app_config = 'passbook.oauth_client.apps.PassbookOAuthClientConfig'
|