From 628bc024c8d54fbe7976a3ab4b96f6ea57207429 Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Sat, 27 Jun 2020 16:34:35 -0700 Subject: [PATCH] move libchat to legacy --- {libchat => legacy/libchat}/README.md | 0 {libchat => legacy/libchat}/__init__.py | 0 {libchat => legacy/libchat}/create_db.py | 0 {libchat => legacy/libchat}/libchat.py | 0 {wechat => legacy}/libchathelper.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {libchat => legacy/libchat}/README.md (100%) rename {libchat => legacy/libchat}/__init__.py (100%) rename {libchat => legacy/libchat}/create_db.py (100%) rename {libchat => legacy/libchat}/libchat.py (100%) rename {wechat => legacy}/libchathelper.py (100%) diff --git a/libchat/README.md b/legacy/libchat/README.md similarity index 100% rename from libchat/README.md rename to legacy/libchat/README.md diff --git a/libchat/__init__.py b/legacy/libchat/__init__.py similarity index 100% rename from libchat/__init__.py rename to legacy/libchat/__init__.py diff --git a/libchat/create_db.py b/legacy/libchat/create_db.py similarity index 100% rename from libchat/create_db.py rename to legacy/libchat/create_db.py diff --git a/libchat/libchat.py b/legacy/libchat/libchat.py similarity index 100% rename from libchat/libchat.py rename to legacy/libchat/libchat.py diff --git a/wechat/libchathelper.py b/legacy/libchathelper.py similarity index 100% rename from wechat/libchathelper.py rename to legacy/libchathelper.py