#!/usr/bin/env python # -*- encoding: utf-8 -*- """ @Contact : liuyuqi.gov@msn.cn @Time : 2024/07/15 @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved. @Desc : enter point """ from crawl_price import Price from crawl_price.options import parse_args if __name__=='__main__': crawl_price =Price() crawl_price.crawl()