django-oidc-provider/oidc_provider/lib/utils/params.py
2015-02-18 15:07:22 -03:00

7 lines
119 B
Python

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