File size: 197 Bytes
d33c27b
2d527fc
 
 
 
 
d33c27b
 
 
1
2
3
4
5
6
7
8
9
10
from typing import  Dict, List, Any

class EndpointHandler():
    def __init__(self, path=""):
        pass

    def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
        return 42.0