mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-13 07:05:10 +01:00
01dbfee4c0
Tweetypie is the core Tweet service that handles the reading and writing of Tweet data.
8 lines
92 B
Python
8 lines
92 B
Python
resources(
|
|
sources = [
|
|
"!**/*.pyc",
|
|
"!BUILD*",
|
|
"**/*",
|
|
],
|
|
)
|