qcs-python/contentapi.py

5 lines
90 B
Python

class ApiContext:
def __init__(self, endpoint):
self.endpoint = endpoint