aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py_native/lib.py
blob: 44522e0fe921fca5c9876c498fb4384f83ebb7e3 (plain)
1
2
3
4
5
"""A tiny example binary for the native Python rules of Bazel."""


def GetNumber():
  return 42