mirror of
https://github.com/rachelos/we-mp-rss.git
synced 2026-08-31 02:19:14 +08:00
4 lines
117 B
Python
4 lines
117 B
Python
from tools.clean import clean_duplicate_articles
|
|
|
|
if __name__ == '__main__':
|
|
print(clean_duplicate_articles()) |