Update Sample Task Instruction

This commit is contained in:
naibo
2023-06-10 22:34:00 +08:00
parent 50d5294bae
commit 71f693c9df
13 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import author_crawl
import desc_crawl
if __name__ == "__main__":
author_crawl.main()
desc_crawl.main()