add a todo to OWGSets.py

This commit is contained in:
Fabian Dill 2020-04-10 21:18:36 +02:00
parent 659cfd5c3f
commit daccda181e
1 changed files with 5 additions and 0 deletions

View File

@ -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.