flowmetal/components/typhon/BUILD

8 lines
125 B
Python
Raw Normal View History

2023-05-04 04:46:26 +00:00
py_project(
name = "typhon",
lib_deps = [
"//components/milkshake",
py_requirement("attrs"),
]
)