From bf3096189d098eed8a1842cc350e8cc2783ce93d Mon Sep 17 00:00:00 2001 From: cmk_B <15726649712@163.com> Date: Wed, 10 Jun 2026 13:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + baid_spider/__init__.py | 0 test/__init__.py | 6 ++++++ 3 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 baid_spider/__init__.py create mode 100644 test/__init__.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/baid_spider/__init__.py b/baid_spider/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..ff146b4 --- /dev/null +++ b/test/__init__.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# @Time : 2026/6/9 20:22 +# @Author : cmk +# @File : __init__.py.py +# @Email : 15726649712@163.com