summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/undefined-all-variable/good.py
blob: 950222b56fc1b31321f6c2614a509d662b560229 (plain)
1
2
3
4
5
__all__ = ["get_fruit_color"]


def get_fruit_color():
    pass