From 8230739ccf52970a61c68f414f0cf2812b79f766 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 30 Dec 2019 21:08:45 +0100 Subject: Match links fetched via result info client mechanism --- jfr_playoff/data/match/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jfr_playoff/data/match/__init__.py') diff --git a/jfr_playoff/data/match/__init__.py b/jfr_playoff/data/match/__init__.py index e69de29..7db05c2 100644 --- a/jfr_playoff/data/match/__init__.py +++ b/jfr_playoff/data/match/__init__.py @@ -0,0 +1,6 @@ +from jfr_playoff.data.info import ResultInfoClient + + +class MatchInfoClient(ResultInfoClient): + def get_match_link(self): + raise NotImplementedError -- cgit v1.2.3