5 lines
90 B
Python
5 lines
90 B
Python
|
|
class ApiContext:
|
|
def __init__(self, endpoint):
|
|
self.endpoint = endpoint
|