python-decouple
python-decouple copied to clipboard
Added get method in AutoConfig class
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()