mirror of
https://github.com/rachelos/we-mp-rss.git
synced 2026-08-29 01:41:39 +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()) |