add: client.js
This commit is contained in:
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "common"
|
||||
description = "Reusable code stubs"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
requires-python = ">=3.13"
|
||||
authors = [
|
||||
{ name="BreakerBear", email="breakerbear@autistic.men" },
|
||||
|
||||
16
src/common/jsonrpc2/__init__.py
Normal file
16
src/common/jsonrpc2/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import os
|
||||
from common.jsonrpc2.server import *
|
||||
script = os.path.join(os.path.dirname(os.path.realpath(__file__)), "client.js")
|
||||
|
||||
__all__ = [
|
||||
"Request",
|
||||
"Response",
|
||||
"Error",
|
||||
"History",
|
||||
"ConnectionContext",
|
||||
"define",
|
||||
"remove",
|
||||
"script",
|
||||
"url",
|
||||
"run",
|
||||
]
|
||||
0
src/common/jsonrpc2/client.js
Normal file
0
src/common/jsonrpc2/client.js
Normal file
Reference in New Issue
Block a user