mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-19 15:13:42 +08:00
Merge pyextra subtree
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from .manager import JSONRPCResponseManager
|
||||
from .dispatcher import Dispatcher
|
||||
|
||||
__version = (1, 12, 1)
|
||||
|
||||
__version__ = version = '.'.join(map(str, __version))
|
||||
__project__ = PROJECT = __name__
|
||||
|
||||
dispatcher = Dispatcher()
|
||||
|
||||
# lint_ignore=W0611,W0401
|
||||
Reference in New Issue
Block a user