PyLSPClient/src/lsp/lsp_client.py

8 lines
96 B
Python

class LspClient(object):
def __init__(self, callbacks):
pass
def initialize