diff options
Diffstat (limited to 'jfr_playoff/data/match')
-rw-r--r-- | jfr_playoff/data/match/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jfr_playoff/data/match/__init__.py b/jfr_playoff/data/match/__init__.py index 6137078..b397be6 100644 --- a/jfr_playoff/data/match/__init__.py +++ b/jfr_playoff/data/match/__init__.py @@ -13,3 +13,10 @@ class MatchInfoClient(ResultInfoClient): def running_link(self): raise NotImplementedError + + +CLIENTS = [ + 'jfr_playoff.data.match.jfrdb', + 'jfr_playoff.data.match.jfrhtml', + 'jfr_playoff.data.match.tcjson' +] |