删除 bald_spider/core/engine.py

This commit is contained in:
cmk
2026-06-10 11:13:56 +08:00
parent 882a3a2de2
commit b1a272ed07
-13
View File
@@ -1,13 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time : 2026/6/9 20:30
# @Author : cmk
# @File : engine.py
# @Email : 15726649712@163.com
class Engine():
def __init__(self):
pass
def start_spider(self,spider):
start_url = spider.start_requests()