mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
12 lines
227 B
Python
Generated
12 lines
227 B
Python
Generated
"Generated"
|
|
|
|
load(":paket.main.bzl", _main = "main")
|
|
|
|
def _main_impl(module_ctx):
|
|
_main()
|
|
return module_ctx.extension_metadata(reproducible = True)
|
|
|
|
main_extension = module_extension(
|
|
implementation = _main_impl,
|
|
)
|