the-algorithm/tweetypie/server/config/BUILD

8 lines
92 B
Python
Raw Normal View History

resources(
sources = [
"!**/*.pyc",
"!BUILD*",
"**/*",
],
)