From 61ed6efa5b6ad094d9d2a904d8c796c72a97275c Mon Sep 17 00:00:00 2001 From: geequlim Date: Fri, 14 Jun 2019 20:11:40 +0800 Subject: Add JSONRPC-2.0 implementation as a module --- modules/jsonrpc/config.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/jsonrpc/config.py (limited to 'modules/jsonrpc/config.py') diff --git a/modules/jsonrpc/config.py b/modules/jsonrpc/config.py new file mode 100644 index 0000000000..53bc827027 --- /dev/null +++ b/modules/jsonrpc/config.py @@ -0,0 +1,5 @@ +def can_build(env, platform): + return True + +def configure(env): + pass -- cgit v1.2.3