Implement logging

This commit is contained in:
2025-01-26 22:35:47 +01:00
parent cf7db48c26
commit b3f2336e1b
10 changed files with 171 additions and 7 deletions

View File

@ -5,4 +5,5 @@ py_binary(
srcs = [
"fix_line_endings.py",
],
visibility = ["//:__subpackages__"],
)