Fix asyncio unwaitable methods

This commit is contained in:
adator
2025-11-23 18:22:11 +01:00
parent eb7c6ef8d0
commit 5938a1511b
3 changed files with 11 additions and 7 deletions

View File

@@ -1 +1,2 @@
__version__ = '1.0.0'
__version__ = '1.0.0'
__all__ = ['start_rpc_server', 'stop_rpc_server']