aboutsummaryrefslogtreecommitdiff
path: root/myproject/myproject/spiders/__init__.py
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-19 21:30:32 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-19 21:30:32 -0600
commit3f5efcb91afc2e6d013800132b92e4a6c297f662 (patch)
tree3de0b3c6804ec51d5784d788b8df450eae208f1a /myproject/myproject/spiders/__init__.py
Initial commit of working files
Diffstat (limited to 'myproject/myproject/spiders/__init__.py')
-rw-r--r--myproject/myproject/spiders/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/myproject/myproject/spiders/__init__.py b/myproject/myproject/spiders/__init__.py
new file mode 100644
index 0000000..ebd689a
--- /dev/null
+++ b/myproject/myproject/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.