1set/starlet

View on GitHub
testdata/magic.star

Summary

Maintainability
Test Coverage
def answer():
    return 42

def custom():
    return "Custom[{}]".format(magic_number)

# print("C", custom())