7 lines
No EOL
119 B
Python
7 lines
No EOL
119 B
Python
|
|
|
|
class Params(object):
|
|
'''
|
|
The purpose of this class is for accesing params via dot notation.
|
|
'''
|
|
pass |