django-oidc-provider/openid_provider/lib/utils/params.py

7 lines
119 B
Python
Raw Normal View History

2015-01-08 20:55:24 +00:00
class Params(object):
2015-01-16 13:49:54 +00:00
'''
2015-01-16 13:37:47 +00:00
The purpose of this class is for accesing params via dot notation.
'''
2015-01-08 20:55:24 +00:00
pass