github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/python_rules/data_dep.py (about) 1 """Part of a test on deps, data, requires and provides.""" 2 3 from __future__ import print_function 4 5 6 def the_answer(): 7 return 42 8 9 10 if __name__ == '__main__': 11 print('42')