6 lines
175 B
Python
6 lines
175 B
Python
from .dispatcher import Dispatcher
|
|
from .manager import AsyncJSONRPCResponseManager
|
|
|
|
__version__ = "0.0.0" # replaced with release tag in GitHub action
|
|
__version__ = "1.2.0"
|