mirror of
https://github.com/resf/distro-tools.git
synced 2025-01-03 08:10:56 +00:00
9 lines
223 B
Text
9 lines
223 B
Text
load("@aspect_rules_py//py:defs.bzl", "py_library")
|
|
|
|
py_library(
|
|
name = "db_lib",
|
|
srcs = ["__init__.py"],
|
|
imports = ["../.."],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = ["@pypi_tortoise_orm//:pkg"],
|
|
)
|