aboutsummaryrefslogtreecommitdiff
path: root/web_grater/web_grater/spiders/__init__.py
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-21 13:14:53 -0600
committerCody Hiar <cody@hiar.ca>2021-03-21 13:14:53 -0600
commit03870c0eca405cd8c08253c8b07b93a9a9fadc44 (patch)
tree985df08b591a5a32cc92830e1402f97dbc6d122f /web_grater/web_grater/spiders/__init__.py
Initial commitHEADmaster
Diffstat (limited to 'web_grater/web_grater/spiders/__init__.py')
-rw-r--r--web_grater/web_grater/spiders/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/web_grater/web_grater/spiders/__init__.py b/web_grater/web_grater/spiders/__init__.py
new file mode 100644
index 0000000..ebd689a
--- /dev/null
+++ b/web_grater/web_grater/spiders/__init__.py
@@ -0,0 +1,4 @@
+# This package will contain the spiders of your Scrapy project
+#
+# Please refer to the documentation for information on how to create and manage
+# your spiders.