Build a python class with only static methods and protected members
I am having a syntax / understanding problem with creating a class in Pythion 3. What I am trying to do is create a class with only static methods that will return a dictionary of ‘elements’ that are needed to create an HTTP call for an API. Example: