qcs-python/contentapi.py

5 lines
90 B
Python
Raw Normal View History

2023-04-30 22:18:25 +00:00
class ApiContext:
def __init__(self, endpoint):
self.endpoint = endpoint