From a89503fe9e587969451c36b528fe486b7a50140b Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Sun, 26 Jan 2020 20:14:39 +0900 Subject: [PATCH] Move files --- pytchat/downloader/__init__.py | 0 pytchat/{downloader => tool}/downloader.py | 0 pytchat/{downloader => tool}/parser.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 pytchat/downloader/__init__.py rename pytchat/{downloader => tool}/downloader.py (100%) rename pytchat/{downloader => tool}/parser.py (100%) diff --git a/pytchat/downloader/__init__.py b/pytchat/downloader/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/pytchat/downloader/downloader.py b/pytchat/tool/downloader.py similarity index 100% rename from pytchat/downloader/downloader.py rename to pytchat/tool/downloader.py diff --git a/pytchat/downloader/parser.py b/pytchat/tool/parser.py similarity index 100% rename from pytchat/downloader/parser.py rename to pytchat/tool/parser.py