Write functions for all scrapy spiders

Viewed 984

So I'm trying to write functions that can be called upon from all scrapy spiders. Is there one place in my project where I can just define these functions or do I need to import them in each spider?

Thanks

1 Answers
Related