Johan B.W. de Vries 13dc426fc5 It lives \o/
2023-04-11 11:35:08 +02:00

8 lines
198 B
Python

from .method import MethodCall
from .service import Service
class MethodCallRouterInterface:
def send_call(self, service: Service, call: MethodCall) -> None:
raise NotImplementedError