vladcalin/gemstone

View on GitHub
gemstone/client/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
from .remote_service import RemoteService, AsyncMethodCall
from .structs import AsyncMethodCall, Result, MethodCall, Notification, BatchResult

__all__ = [
    'RemoteService',
    'AsyncMethodCall'

    # structs
    'AsyncMethodCall',
    'Result',
    'MethodCall',
    'Notification',
    'BatchResult'
]