main.py 84 B

123456
  1. from searchdomain.searchdomain import crawl
  2. if __name__== "__main__":
  3. crawl()