build: Initialize Python virtual environment and install project dependencies.
Some checks failed
WLED CI / wled_build (push) Has been cancelled
Some checks failed
WLED CI / wled_build (push) Has been cancelled
This commit is contained in:
5
.venv/lib/python3.11/site-packages/ajsonrpc/__init__.py
Normal file
5
.venv/lib/python3.11/site-packages/ajsonrpc/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .dispatcher import Dispatcher
|
||||
from .manager import AsyncJSONRPCResponseManager
|
||||
|
||||
__version__ = "0.0.0" # replaced with release tag in GitHub action
|
||||
__version__ = "1.2.0"
|
||||
Reference in New Issue
Block a user