mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-28 08:43:51 +00:00
8 lines
53 B
Python
8 lines
53 B
Python
|
"""
|
||
|
Doc string
|
||
|
"""
|
||
|
|
||
|
load(":bar.bzl", "func")
|
||
|
|
||
|
func()
|