9 lines
122 B
Python
9 lines
122 B
Python
|
"""
|
||
|
An OAuth backend for WordPress.
|
||
|
|
||
|
It's mostly used for Open edX but can be used elsewhere.
|
||
|
"""
|
||
|
|
||
|
|
||
|
__version__ = '0.1.0'
|