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

def get_fruit_color():
    pass