From daccda181e47221d0023a117bffcbcd13d18c61b Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 10 Apr 2020 21:18:36 +0200 Subject: [PATCH] add a todo to OWGSets.py --- OWGSets.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OWGSets.py b/OWGSets.py index b36274ff..4fe91c1f 100644 --- a/OWGSets.py +++ b/OWGSets.py @@ -3,6 +3,11 @@ Helper functions to deliver entrance/exit/region sets to OWG rules. """ +# TODO: reevaluate these points: +# why is this its own module? +# why are these functions? +# why is it named sets, when it was originally functions that return lists and had nothing to do with sets? + def get_immediately_accessible_entrances(): """ Entrances that are available with no items at all.