mirror of
https://github.com/resf/distro-tools.git
synced 2025-01-05 09:10:54 +00:00
10 lines
223 B
Text
10 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"],
|
||
|
)
|