From d852149d182801b5f2c1495202591e7edecd0925 Mon Sep 17 00:00:00 2001 From: yakob-aleksandrovich Date: Tue, 5 Dec 2023 16:56:40 +0100 Subject: [PATCH] Add deprecation comment to TD --- gatherers/TD.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gatherers/TD.py b/gatherers/TD.py index 045e63d..da14e5f 100644 --- a/gatherers/TD.py +++ b/gatherers/TD.py @@ -2,6 +2,7 @@ class TD(Gatherer): + # This class is kind of deprecated, as langnames.json is no longer actively updated def __init__(self): super().__init__()