django-oidc-provider/openid_provider/lib/utils/params.py
2015-01-16 10:49:54 -03:00

7 lines
119 B
Python

class Params(object):
'''
The purpose of this class is for accesing params via dot notation.
'''
pass