mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
|
load("@fbcode_macros//build_defs:native_rules.bzl", "alias")
|
||
|
|
||
|
alias(
|
||
|
name = "oid",
|
||
|
actual = "//oi:oid",
|
||
|
)
|