diff options
Diffstat (limited to 'jfr_playoff/data/match/__init__.py')
-rw-r--r-- | jfr_playoff/data/match/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |