Home | History | Annotate | Download | only in py
      1 # Adapted with modifications from tensorflow/third_party/py/
      2 
      3 package(default_visibility=["//visibility:public"])
      4 
      5 alias(
      6     name="python_headers",
      7     actual="%{REMOTE_PYTHON_REPO}:python_headers",
      8 )
      9 
     10 
     11