python-decouple icon indicating copy to clipboard operation
python-decouple copied to clipboard

Added get method in AutoConfig class

Open mjthecoder65 opened this issue 2 years ago • 0 comments

Added a method called get() in AutoConfig class. It will basically produce the same results as calling config() object, but more intuitive because get is an action. Therefore instead of just calling config object, we call config's get method: config.get()

mjthecoder65 avatar Aug 03 '22 06:08 mjthecoder65