feat(spiders): Add follow function to the response

This commit is contained in:
Karim shoair
2026-01-10 20:39:43 +02:00
parent f80e8828f7
commit 0634f5796c
2 changed files with 55 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ from typing import (
Callable,
Dict,
Generator,
AsyncGenerator,
Generic,
Iterable,
List,